Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Surface » Surface Spatial Transforms » SplitSurfaceByPlane

SplitSurfaceByPlane


Module: Vision3DStandard

Separates the surface points being on one side of the input plane from the others.

Name Type Description
inSurface Surface Input surface
inRoi Region* Region of interest
inPlane Plane3D Plane used for splitting
inPreserveDimensions Bool Flag indicating whether the surface dimensions should be preserved or not
outSurface1 Surface Surface with points with positive signed distance to the input plane
outSurface2 Surface Surface with points with negative signed distance to the input plane

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 Indefinite plane on input in SplitSurfaceByPlane.

Complexity Level

This filter is available on Basic Complexity Level.