You are here: Start » AVL.NET » AVS.ArrangePoint3DArray Method

AVS.ArrangePoint3DArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ArrangePoint3DArray
(
	IList<AvlNet.Point3D> inPoints,
	AvlNet.ValueLimits_f64 inXLimits,
	double inXScale,
	AvlNet.ValueLimits_f64 inYLimits,
	double inYScale,
	AvlNet.ValueLimits_f64 inZLimits,
	double inZOffset,
	double inZScale,
	AvlNet.PlainType inPointType,
	AvlNet.SurfaceMultipointHeight inMultipointHeight,
	AvlNet.Surface outSurface,
	out double outMinX,
	out double outMinY,
	AvlNet.Region diagSurfaceValidPointsRegion
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
inXLimitsAvlNet.ValueLimits_f64
inXScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inYLimitsAvlNet.ValueLimits_f64
inYScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inZLimitsAvlNet.ValueLimits_f64
inZOffsetdouble
inZScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inPointTypeAvlNet.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightAvlNet.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceAvlNet.Surface
outMinXdouble
outMinYdouble
diagSurfaceValidPointsRegionAvlNet.RegionRegion of locations where the surface points are valid.

Function Overrides

See also