You are here: Start » FIL.NET » FIS.SurfaceSinglePointsAlongAxis Method
FIS.SurfaceSinglePointsAlongAxis Method
Returns single array of surface points along X or Y axis.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceSinglePointsAlongAxis ( FilNet.Surface inSurface, NullableRef<FilNet.Surface> inSurface2, FilNet.Axis inAxis, double inCoordinateValue, int inSmoothRadius, double? inMinOutputCoordinate, double? inMaxOutputCoordinate, int? inMaxInterpolationLength, IList<FilNet.Point3D> outPoints, out double outCoordinateValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inSurface2 | FilNet.NullableRef<FilNet.Surface> | Optional second input surface. Default value: ftl::NIL. | ||
![]() | inAxis | FilNet.Axis | Axis along which the points are extracted. | ||
![]() | inCoordinateValue | double | Determines the coordinate the points will be extracted from. | ||
![]() | inSmoothRadius | int | <0, INF> | Increases the number of neighbouring points taken into account. | |
![]() | inMinOutputCoordinate | double? | Minimal second coordinate of the output points. Default value: ftl::NIL. | ||
![]() | inMaxOutputCoordinate | double? | Maximal second coordinate of the output points. Default value: ftl::NIL. | ||
![]() | inMaxInterpolationLength | int? | <0, INF> | 0 | Maximal number of consecutive not existing points to be interpolated. Default value: 0. |
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point3D> | The resulting surface points. | ||
![]() | outCoordinateValue | double | The coordinate the output points were extracted from. |
Function Overrides
- SurfaceSinglePointsAlongAxis(Surface, Axis, Double, Int32, Nullable<Double>, Nullable<Double>, IList<Point3D>)
- SurfaceSinglePointsAlongAxis(Surface, NullableRef<Surface>, Axis, Double, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, IList<Point3D>)
- SurfaceSinglePointsAlongAxis(Surface, NullableRef<Surface>, Axis, Double, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, IList<Point3D>, NullableValue<Double>)