You are here: Start » FIL.NET » FIS.ArrangePoint3DArray Method

FIS.ArrangePoint3DArray Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point3D>
inXLimitsFilNet.ValueLimits_f64
inXScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inYLimitsFilNet.ValueLimits_f64
inYScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inZLimitsFilNet.ValueLimits_f64
inZOffsetdouble
inZScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inPointTypeFilNet.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightFilNet.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceFilNet.Surface
outMinXFilNet.NullableValue<double> Can be null to skip this parameter calculation.
outMinYFilNet.NullableValue<double> Can be null to skip this parameter calculation.

Function Overrides

See also