PointToLineDistance_Oriented
Measures the signed distance between a point and a line with direction.
Syntax
C++
Python
def PointToLineDistance_Oriented( inPoint: Point2D, inLineSection: Segment2D, inResolution: float, /, *, outConnectingSegment: Segment2D | None = None ) -> outDistance: float
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPoint | Point2D | |||
![]() |
inLineSection | Segment2D | |||
![]() |
inResolution | float | 0.0 - ![]() |
Number of real-world units per one pixel | |
![]() |
outDistance | float | |||
![]() |
outConnectingSegment | Segment2D | None | None |



