PathSegments
Converts a path to an array of line segments.
Syntax
C++
Python
def PathSegments( inPath: Path, / ) -> outSegments: list[Segment2D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outSegments | list[Segment2D] |


