Circle Home

To add circles into a drawing use following functions:

Function Meaning
lcBlockAddCircle By center point and a radius

A circle has properties and functions derived from base class and the following specific properties:

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

Grips

0 - center point
1, 2, 3, 4 - radius


See also

  Retrieve objects