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

View3DBox.DataItem.SetCircle Method

Sets 2D circle parallel to a 3D plane as this primitive.

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

Syntax

public void SetCircle
(
	float A,
	float B,
	float C,
	float cx,
	float cy,
	float cz,
	float r
)

Parameters

Name Type Range Default Description
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