You are here: Start » FIL.NET » Invoke.ArrangePoint3DArray
Creates a surface structure from Point3D array taking into account X and Y coordinates.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ArrangePoint3DArray ( List<Fil.Point3D> inPoints, 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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | inXLimits | Fil.ValueLimits_f64 | |||
![]() | inXScale | double | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inYLimits | Fil.ValueLimits_f64 | |||
![]() | inYScale | double | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inZLimits | Fil.ValueLimits_f64 | |||
![]() | inZOffset | double | |||
![]() | inZScale | double | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inPointType | Fil.PlainType | Int16 | Type of single point Z coordinate. Default value: Int16. | |
![]() | inMultipointHeight | Fil.SurfaceMultipointHeight | Mean | Determines the Z coordinate of a surface point created from more than one point. Default value: Mean. | |
![]() | outSurface | Fil.Surface | |||
![]() | outMinX | Ftl.Optional<double> | |||
![]() | outMinY | Ftl.Optional<double> | |||
![]() | diagSurfaceValidPointsRegion | Fil.Diagnostic<Fil.Region> | Region of locations where the surface points are valid. |