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