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


