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
Input value inPath Path Input path
Output value outSegments list[Segment2D]