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

View3DBox.DataItem.SetCircleArrayItem Method

Sets a single item in a 2D circle primitives array.

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

Syntax

public void SetCircleArrayItem
(
	int index,
	float A,
	float B,
	float C,
	float cx,
	float cy,
	float cz,
	float r
)

Parameters

Name Type Range Default Description
indexintArray item index.
AfloatPlane A factor.
BfloatPlane B factor.
CfloatPlane C factor.
cxfloatX coordinate of the center of the circle.
cyfloatY coordinate of the center of the circle.
czfloatZ coordinate of the center of the circle.
rfloatCircle radius.

Function Overrides

See also