CreateBox3D
Creates a box in 3D.
Syntax
C++
C#
Python
def CreateBox3D( inPoint3D: Point3D, inXLength: float, inYLength: float, inZLength: float, /, *, inPoint3DAnchor3D: Anchor3D = Anchor3D(Anchor1D.Middle, Anchor1D.Middle, Anchor1D.Middle) ) -> outBox3D: Box3D
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPoint3D | Point3D | |||
![]() |
inPoint3DAnchor3D | Anchor3D | Anchor3D(Anchor1D.Middle, Anchor1D.Middle, Anchor1D.Middle) | ||
![]() |
inXLength | float | 0.0 - ![]() |
||
![]() |
inYLength | float | 0.0 - ![]() |
||
![]() |
inZLength | float | 0.0 - ![]() |
||
![]() |
outBox3D | Box3D |



