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
xfloatX coordinate of the box corner.
yfloatY coordinate of the box corner.
zfloatZ coordinate of the box corner.
dxfloatSize of the box along the X axis.
dyfloatSize of the box along the Y axis.
dzfloatSize of the box along the Z axis.

Function Overrides

See also