Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » SplitPointsByPlane
Module: | Vision3DLite |
---|
Separates the points being on one side of the input plane from the others.
Name | Type | Description | |
---|---|---|---|
inPoints | Point3DArray | Input points | |
inPlane | Plane3D | Plane used for splitting | |
outPoints1 | Point3DArray | Points with positive signed distance to the input plane | |
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.