Segment3DToPath


Converts a segment in 3D to a path in 2D by ignoring its Z coordinates.

Syntax

C++
C#
Python
 
def Segment3DToPath(
	inSegment3D: Segment3D,
	outPath: Path,
	/
)
-> None

Parameters

Name Type Default Description
Input value inSegment3D Segment3D
Output value outPath Path Output path