LineThroughPoints
Computes a line passing through two distinct points.
Syntax
C++
Python
def LineThroughPoints(
inPoint1: Point2D,
inPoint2: Point2D,
/
)
-> outLine: Line2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint1 | Point2D | ||
![]() |
inPoint2 | Point2D | ||
![]() |
outLine | Line2D |


