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


