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 | |
|---|---|---|---|---|---|
![]() | index | int | Array item index. | ||
| 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. |

