You are here: Start » FIL.NET » Invoke.ArrangePoint3DGrid

Invoke.ArrangePoint3DGrid

Creates a surface structure from Point3DGrid taking into account X and Y coordinates.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ArrangePoint3DGrid
(
	Fil.Point3DGrid inPoint3DGrid,
	Fil.ValueLimits_f64 inXLimits,
	double inXScale,
	Fil.ValueLimits_f64 inYLimits,
	double inYScale,
	Fil.ValueLimits_f64 inZLimits,
	double inZOffset,
	double inZScale,
	Fil.PlainType inPointType,
	Fil.SurfaceMultipointHeight inMultipointHeight,
	Fil.Surface outSurface,
	Optional<double> outMinX,
	Optional<double> outMinY,
	Diagnostic<Fil.Region> diagSurfaceValidPointsRegion
)

Parameters

Name Type Range Default Description
inPoint3DGridFil.Point3DGrid
inXLimitsFil.ValueLimits_f64
inXScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inYLimitsFil.ValueLimits_f64
inYScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inZLimitsFil.ValueLimits_f64
inZOffsetdouble
inZScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inPointTypeFil.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightFil.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceFil.Surface
outMinXFtl.Optional<double>
outMinYFtl.Optional<double>
diagSurfaceValidPointsRegionFil.Diagnostic<Fil.Region>Region of locations where the surface points are valid.

See also