Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » SplitPointsByPlane

SplitPointsByPlane


Module: Vision3DLite

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

Name Type Description
Input value inPoints Point3DArray Input points
Input value inPlane Plane3D Plane used for splitting
Output value outPoints1 Point3DArray Points with positive signed distance to the input plane
Output value outPoints2 Point3DArray 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 SplitPointsByPlane.

Complexity Level

This filter is available on Basic Complexity Level.