|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.DrawJig(updateCallback,options);
|
Parameters |
Description |
|
updateCallback |
is of type function and is the callback for update of transient during jigging. |
| options | is of type Acad.JigPromptPointOptions, Acad.JigPromptDistanceOptions, Acad.JigPromptAngleOptions or Acad.JigPromptStringOptions. |
This class represents jig class for drawing transient jigging. This function is derived from Acad.Jig.
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|