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 |
 |
inSegment3D |
Segment3D |
|
|
 |
outPath |
Path |
|
Output path |