You are here: Start » AVL.NET » Invoke.CreateBox3D
Creates a box in 3D.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateBox3D ( Avl.Point3D inPoint3D, Avl.Anchor3D inPoint3DAnchor3D, float inXLength, float inYLength, float inZLength, out Avl.Box3D outBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3D | Avl.Point3D | |||
![]() | inPoint3DAnchor3D | Avl.Anchor3D | |||
![]() | inXLength | float | <0.0f, INF> | ||
![]() | inYLength | float | <0.0f, INF> | ||
![]() | inZLength | float | <0.0f, INF> | ||
![]() | outBox3D | Avl.Box3D |


