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, NullableRef<FilNet.Surface> inSurface2, FilNet.Axis inAxis, double? inCoordinateValueStart, double? inCoordinateValueEnd, double? inCoordinateValueStep, int inSmoothRadius, double? inMinOutputCoordinate, double? inMaxOutputCoordinate, int? inMaxInterpolationLength, IList<List<FilNet.Point3D>> outPoints, NullableRef<List<double>> outCoordinateValues )
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. | ||
![]() | inCoordinateValueStart | double? | Determines the coordinate the first row of points will be extracted from. Default value: ftl::NIL. | ||
![]() | inCoordinateValueEnd | double? | Limits the coordinate the last row of points will be extracted from. Default value: ftl::NIL. | ||
![]() | inCoordinateValueStep | double? | <0, INF> | Determines the distance between consecutive extracted row of points. Default value: ftl::NIL. | |
![]() | 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. | ||
![]() | inMaxInterpolationLength | int? | <0, INF> | 0 | Maximal number of consecutive not existing points to be interpolated. Default value: 0. |
![]() | outPoints | System.Collections.Generic.IList<System.Collections.Generic.List<FilNet.Point3D>> | The resulting surface points. | ||
![]() | outCoordinateValues | FilNet.NullableRef<System.Collections.Generic.List<double>> | The coordinates the output points were extracted from. Can be null to skip this parameter calculation. |
Function Overrides
- SurfaceMultiplePointsAlongAxis(Surface, Axis, Int32, Nullable<Double>, Nullable<Double>, IList<List<Point3D>>)
- SurfaceMultiplePointsAlongAxis(Surface, NullableRef<Surface>, Axis, Nullable<Double>, Nullable<Double>, Nullable<Double>, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, IList<List<Point3D>>)