Box3DToBox2D_AxesPlane
Projects a 3D box onto a plane defined by coordinate axes.
Syntax
C++
C#
Python
def Box3DToBox2D_AxesPlane( inBox3D: Box3D, inPlaneType: PlaneType, /, *, outRectangle2D: Rectangle2D | None = None, outProjectionPlane: Plane3D | None = None ) -> outBox2D: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox3D | Box3D | ||
![]() |
inPlaneType | PlaneType | ||
![]() |
outBox2D | Box | ||
![]() |
outRectangle2D | Rectangle2D | None | None | |
![]() |
outProjectionPlane | Plane3D | None | None | Plane the input is projected onto |


