Line3DToLine2D_AxesPlane
Projects a 3D line onto a plane defined by coordinate axes.
Syntax
C++
C#
Python
def Line3DToLine2D_AxesPlane( inLine3D: Line3D, inPlaneType: PlaneType, /, *, outProjectionPlane: Plane3D | None = None ) -> outLine2D: Line2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine3D | Line3D | ||
![]() |
inPlaneType | PlaneType | ||
![]() |
outLine2D | Line2D | ||
![]() |
outProjectionPlane | Plane3D | None | None | Plane the input is projected onto |


