You are here: Start » FIL.NET » FIS.SurfaceMultiplePointsAlongAxis Method
FIS.SurfaceMultiplePointsAlongAxis Method
Returns multiple arrays of surface points along X or Y axis.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceMultiplePointsAlongAxis ( FilNet.Surface inSurface, FilNet.Axis inAxis, int inSmoothRadius, double? inMinOutputCoordinate, double? inMaxOutputCoordinate, IList<List<FilNet.Point3D>> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inAxis | FilNet.Axis | Axis along which the points are extracted. | ||
![]() | inSmoothRadius | int | <0, INF> | Increases the number of neighbouring points taken into account extracting a single row of points. | |
![]() | 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. | ||
![]() | outPoints | System.Collections.Generic.IList<System.Collections.Generic.List<FilNet.Point3D>> | The resulting surface points. |
Function Overrides
- SurfaceMultiplePointsAlongAxis(Surface, NullableRef<Surface>, Axis, Nullable<Double>, Nullable<Double>, Nullable<Double>, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, IList<List<Point3D>>)
- SurfaceMultiplePointsAlongAxis(Surface, NullableRef<Surface>, Axis, Nullable<Double>, Nullable<Double>, Nullable<Double>, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, IList<List<Point3D>>, NullableRef<List<Double>>)