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

View3DBox.DataItem.SetCircleArray Method

Sets an array of 2D circle primitives for this data item.

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

Syntax

public void SetCircleArray
(
	IList<AvlNet.Circle3D> circles
)

Parameters

Name Type Range Default Description
circlesSystem.Collections.Generic.IList<AvlNet.Circle3D>

See also