You are here: Start » AVL.NET » View3DBox.DataItem.SetBoxArrayItem Method

View3DBox.DataItem.SetBoxArrayItem Method

Sets a single item in a 3D box primitives array.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetBoxArrayItem
(
	int index,
	float x,
	float y,
	float z,
	float dx,
	float dy,
	float dz
)

Parameters

Name Type Range Default Description
indexint
xfloat
yfloat
zfloat
dxfloat
dyfloat
dzfloat

Function Overrides

See also