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


