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 | |
|---|---|---|---|---|---|
| A | float | Plane A factor. | |||
| B | float | Plane B factor. | |||
| C | float | Plane C factor. | |||
| cx | float | X coordinate of the center of the circle. | |||
| cy | float | Y coordinate of the center of the circle. | |||
| cz | float | Z coordinate of the center of the circle. | |||
| r | float | Circle radius. |
