Start » Filter Reference » Surface » Surface Features » SurfaceSinglePointsAlongAxis
Module: | Vision3DStandard |
---|
Returns single array of surface points along X or Y axis.
Name | Type | Range | Description | |
---|---|---|---|---|
inSurface | Surface | Input surface | ||
inSurface2 | Surface* | Optional second input surface | ||
inAxis | Axis | Axis along which the points are extracted | ||
inCoordinateValue | Double | Determines the coordinate the points will be extracted from | ||
inSmoothRadius | Integer | 0 - | Increases the number of neighbouring points taken into account | |
inMinOutputCoordinate | Double* | Minimal second coordinate of the output points | ||
inMaxOutputCoordinate | Double* | Maximal second coordinate of the output points | ||
inMaxInterpolationLength | Integer* | 0 - | Maximal number of consecutive not existing points to be interpolated | |
outPoints | Point3DArray | The resulting surface points | ||
outCoordinateValue | Double | The coordinate the output points were extracted from |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of SurfacePointsAlongAxis filter group.