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

View3DBox.DataItem.SetSphereArrayItem Method

Sets a single item in a sphere primitives array.

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

Syntax

public void SetSphereArrayItem
(
	int index,
	float x,
	float y,
	float z,
	float r
)

Parameters

Name Type Range Default Description
indexint
xfloat
yfloat
zfloat
rfloat

Function Overrides

See also