Segment3DToSegment2D_AxesPlane
Projects a 3D segment onto a plane defined by coordinate axes.
Syntax
C++
C#
Python
def Segment3DToSegment2D_AxesPlane( inSegment3D: Segment3D, inPlaneType: PlaneType, /, *, outProjectionPlane: Plane3D | None = None ) -> outSegment2D: Segment2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment3D | Segment3D | ||
![]() |
inPlaneType | PlaneType | ||
![]() |
outSegment2D | Segment2D | ||
![]() |
outProjectionPlane | Plane3D | None | None | Plane the input is projected onto |


