Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Surface » Surface Features » SurfaceMultiplePointsAlongAxis

SurfaceMultiplePointsAlongAxis


Module: Vision3DStandard

Returns multiple arrays of surface points along X or Y axis.

Name Type Range Description
Input value inSurface Surface Input surface
Input value inSurface2 Surface* Optional second input surface
Input value inAxis Axis Axis along which the points are extracted
Input value inCoordinateValueStart Double* Determines the coordinate the first row of points will be extracted from
Input value inCoordinateValueEnd Double* Limits the coordinate the last row of points will be extracted from
Input value inCoordinateValueStep Double* Determines the distance between consecutive extracted row of points
Input value inSmoothRadius Integer 0 - Increases the number of neighbouring points taken into account extracting a single row of points
Input value inMinOutputCoordinate Double* Minimal second coordinate of the output points
Input value inMaxOutputCoordinate Double* Maximal second coordinate of the output points
Input value inMaxInterpolationLength Integer* 0 - Maximal number of consecutive not existing points to be interpolated
Output value outPoints Point3DArrayArray The resulting surface points
Output value 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.