Back to FabImage Studio website

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

SurfaceMultipleProfilesAlongAxis


Module: Vision3DStandard

Creates the profiles of point Z values along X or Y axis.

Name Type Range Description
Input value
inSurface Surface Input surface
Input value
inAxis Axis Axis along which the profile is extracted
Input value
inCoordinateValueStart Double* Determines the coordinate the first profile will be extracted from
Input value
inCoordinateValueEnd Double* Limits the coordinate the last profile will be extracted from
Input value
inCoordinateValueStep Double* Determines the distance between consecutive extracted profiles
Input value
inSmoothRadius Integer 0 - Increases the number of neighbouring profiles taken into account extracting a single profile
Input value
inProfileDomainStart Double* Minimal X coordinate of the output profiles
Input value
inProfileDomainEnd Double* Maximal X coordinate of the output profiles
Input value
inMaxInterpolationLength Integer* 0 - Maximal number of consecutive not existing profile points to be interpolated
Input value
inDefaultValue Real Default value of the not existing and not interpolated surface point
Output value
outProfiles ProfileArray The resulting profiles of the surface height
Output value
outCoordinateValues DoubleArray The coordinates the output profiles were extracted from

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Coordinate value range exceeds input surface in SurfaceMultipleProfilesAlongAxis.
DomainError Incorrect output profile domain in SurfaceMultipleProfilesAlongAxis.
DomainError Non-positive coordinate value step in SurfaceMultipleProfilesAlongAxis.
DomainError Unknown axis type in SurfaceMultipleProfilesAlongAxis.

Complexity Level

This filter is available on Advanced Complexity Level.

Filter Group

This filter is member of SurfaceProfileAlongAxis filter group.