Segments3DToSegments2D_AxesPlane
Projects an array of 3D segments onto a plane defined by coordinate axes.
Syntax
C++
C#
Python
def Segments3DToSegments2D_AxesPlane( inSegments3D: list[Segment3D], inPlaneType: PlaneType, /, *, outProjectionPlane: Plane3D | None = None ) -> outSegments2D: list[Segment2D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegments3D | list[Segment3D] | ||
![]() |
inPlaneType | PlaneType | ||
![]() |
outSegments2D | list[Segment2D] | ||
![]() |
outProjectionPlane | Plane3D | None | None | Plane the input is projected onto |


