You are here: Start » AVL.NET » View3DBox.DataItem.SetBox Method
View3DBox.DataItem.SetBox Method
Sets a 3D axis aligned box as this primitive.
| Namespace: | HMI.Controls |
|---|---|
| Assembly: | HMI.Controls.dll |
Syntax
public void SetBox( float x, float y, float z, float dx, float dy, float dz )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| x | float | X coordinate of the box corner. | |||
| y | float | Y coordinate of the box corner. | |||
| z | float | Z coordinate of the box corner. | |||
| dx | float | Size of the box along the X axis. | |||
| dy | float | Size of the box along the Y axis. | |||
| dz | float | Size of the box along the Z axis. |
