This .NET class wraps the AcEdJig ObjectARX class.
Jig 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:
The Jig class supports dynamic dimensions. Specifically, it
Note that this "data acquisition" loop occurs for each drag increment or keystroke, including the "final" keystroke.
Autodesk.AutoCAD.EditorInput.Jig Autodesk.AutoCAD.EditorInput.DrawJig Autodesk.AutoCAD.EditorInput.EntityJig
Public abstract Class Jig
public abstract class Jig;
Comments? |