Start » Filter Reference » Geometry 2D » Geometry 2D Constructions » ProjectPointsOnLine
Module: | FoundationLite |
---|
Projects points onto a line.
Name | Type | Description | |
---|---|---|---|
![]() |
inPoints | Point2DArray | |
![]() |
inLine | Line2D | |
![]() |
outProjectionPoints | Point2DArray | |
![]() |
outProjectionSegment | Segment2D? |
Description
The orientation of the resulting outProjectionSegment is always between 0 and 180 degrees.
Examples
![]() |
![]() |
ProjectPointsOnLine performed on points and 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 ProjectPointsOnLine. |
Complexity Level
This filter is available on Advanced Complexity Level.