| Circle | Home |
| Function | Meaning |
|---|---|
| lcBlockAddCircle | By center point and a radius |
| Property | Type | Access | Meaning |
|---|---|---|---|
| LC_PROP_ENT_... Base class properties | |||
| LC_PROP_CIRCLE_X | float | RW | Center point X |
| LC_PROP_CIRCLE_Y | float | RW | Center point Y |
| LC_PROP_CIRCLE_RAD | float | RW | Radius |
| LC_PROP_CIRCLE_DIAM | float | RW | Diameter |
| LC_PROP_CIRCLE_LEN | float | RW | Circumference length |
| LC_PROP_CIRCLE_AREA | float | RW | Area |
| LC_PROP_CIRCLE_ANG0 | float | RW | Start angle |
| LC_PROP_CIRCLE_DIRCW | bool | RW | Direction: true-clockwise, false-counterclockwise |
| LC_PROP_CIRCLE_RESOL | int | RW | Resolution |