AcRxObject AcEdJig
class AcEdJig : public AcRxObject;
dbjig.h
The AcEdJig provides a base class from which custom classes can be derived that make use of the Jig functionality. This functionality provides graphical representation and user interaction in the process of setting the entity's parameters to the user's specifications.
Essentially the jig creates an entity object and then goes into a loop that:
For general information about dynamic dimensions, see AcDbDimData.
This "data acquisition" loop occurs for each drag increment or keystroke, including the "final" keystroke.
If the entity object to be dragged by the jig has not had its layer, linetype, or color set by the time dragging is to commence, then the jig assigns the current database defaults to whichever of these properties is not set.
AcEdJig Enumerations, AcEdJig Methods
AcDbEntity, AcGePoint3d