You are here: Start » FIL.NET » Invoke.SurfaceSinglePointsAlongAxis
Returns single array of surface points along X or Y axis.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SurfaceSinglePointsAlongAxis ( Fil.Surface inSurface, Optional<Fil.Surface> inSurface2, Fil.Axis inAxis, double inCoordinateValue, int inSmoothRadius, Optional<double> inMinOutputCoordinate, Optional<double> inMaxOutputCoordinate, Optional<int> inMaxInterpolationLength, List<Fil.Point3D> outPoints, Optional<double> outCoordinateValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inSurface2 | Ftl.Optional<Fil.Surface> | Optional second input surface. Default value: ftl::NIL. | ||
![]() | inAxis | Fil.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 | Ftl.Optional<double> | Minimal second coordinate of the output points. Default value: ftl::NIL. | ||
![]() | inMaxOutputCoordinate | Ftl.Optional<double> | Maximal second coordinate of the output points. Default value: ftl::NIL. | ||
![]() | inMaxInterpolationLength | Ftl.Optional<int> | <0, INF> | 0 | Maximal number of consecutive not existing points to be interpolated. Default value: 0. |
![]() | outPoints | System.Collections.Generic.List<Fil.Point3D> | The resulting surface points. | ||
![]() | outCoordinateValue | Ftl.Optional<double> | The coordinate the output points were extracted from. |