Start » Filter Reference » Surface » Surface Features » SurfaceMultiplePointsAlongAxis
Module: | Vision3DStandard |
---|
Returns multiple arrays 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 | ||
inCoordinateValueStart | Double* | Determines the coordinate the first row of points will be extracted from | ||
inCoordinateValueEnd | Double* | Limits the coordinate the last row of points will be extracted from | ||
inCoordinateValueStep | Double* | Determines the distance between consecutive extracted row of points | ||
inSmoothRadius | Integer | 0 - | Increases the number of neighbouring points taken into account extracting a single row of points | |
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 | Point3DArrayArray | The resulting surface points | ||
outCoordinateValues | DoubleArray | The coordinates 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.