Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » SplitPointsByLine
| Module: | FoundationLite |
|---|
Separates the points being on one side of the input line from the others.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inPoints | Point2DArray | Input points |
![]() |
inLine | Line2D | Line used for splitting |
![]() |
outPoints1 | Point2DArray | Points with positive signed distance to the input line |
![]() |
outPoints2 | Point2DArray | Points with negative signed distance to the input line |
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 line on input in SplitPointsByLine. |
Complexity Level
This filter is available on Advanced Complexity Level.

Advanced
