SegmentLine
Computes the line passing through a segment.
Syntax
C++
Python
def SegmentLine(
inSegment: Segment2D,
/
)
-> outLine: Line2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment | Segment2D | Input segment | |
![]() |
outLine | Line2D | The resulting line |


