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

View3DBox.DataItem.SetSphereArray Method

Sets an array of sphere primitives for this data item.

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

Syntax

public void SetSphereArray
(
	IList<AvlNet.Sphere3D> spheres
)

Parameters

Name Type Range Default Description
spheresSystem.Collections.Generic.IList<AvlNet.Sphere3D>

See also