You are here: Start » AVL.NET » Invoke.ArrangePoint3DArray

Invoke.ArrangePoint3DArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ArrangePoint3DArray
(
	List<Avl.Point3D> inPoints,
	Avl.ValueLimits_f64 inXLimits,
	double inXScale,
	Avl.ValueLimits_f64 inYLimits,
	double inYScale,
	Avl.ValueLimits_f64 inZLimits,
	double inZOffset,
	double inZScale,
	Avl.PlainType inPointType,
	Avl.SurfaceMultipointHeight inMultipointHeight,
	Avl.Surface outSurface,
	Optional<double> outMinX,
	Optional<double> outMinY,
	Diagnostic<Avl.Region> diagSurfaceValidPointsRegion
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point3D>
inXLimitsAvl.ValueLimits_f64
inXScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inYLimitsAvl.ValueLimits_f64
inYScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inZLimitsAvl.ValueLimits_f64
inZOffsetdouble
inZScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inPointTypeAvl.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightAvl.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceAvl.Surface
outMinXAtl.Optional<double>
outMinYAtl.Optional<double>
diagSurfaceValidPointsRegionAvl.Diagnostic<Avl.Region>Region of locations where the surface points are valid.

See also