
Draw ellipse mode is a specialized mode to draw ellipses. In this mode you can
S key to disable Snaps
ESC to cancel the creation of the ellipse
Ellipse objects are created on the Current layer and with the Current drawing attributes.
Programming
Ellipse drawing can be customized with CADSetDragPrefs,
snaps with CADSetSnapPrefs.
Methods
CADAddEllipse,
CADGetCurrentLayer, CADSetCurrentLayer,
CADGetDefaults, CADSetDefaults,
CADGetSnapPrefs, CADSetSnapPrefs,
CADGetDragPrefs, CADSetDragPrefs.