Start » Filter Reference » Point3DGrid » Point3DGrid Spatial Transforms » SplitPoint3DGridByPlane
Module: | Vision3DLite |
---|
Separates the points being on one side of the input plane from the others.
Name | Type | Description | |
---|---|---|---|
inPoint3DGrid | Point3DGrid | ||
inRoi | Region* | Region of interest | |
inPlane | Plane3D | Plane used for splitting | |
outPoint3DGrid1 | Point3DGrid | Grid of points with positive signed distance to the input plane | |
outPoint3DGrid2 | Point3DGrid | Grid of points with negative signed distance to the input plane |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
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 SplitPoint3DGridByPlane. |
Complexity Level
This filter is available on Basic Complexity Level.