Segment2DToLine2D
Converts a segment to a line.
Syntax
C++
Python
def Segment2DToLine2D(
inSegment: Segment2D,
/
)
-> outLine: Line2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment | Segment2D | ||
![]() |
outLine | Line2D |
Converts a segment to a line.
def Segment2DToLine2D(
inSegment: Segment2D,
/
)
-> outLine: Line2D
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment | Segment2D | ||
![]() |
outLine | Line2D |