JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Jig(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 the base jig class.
Name |
Type |
Description |
Condition |
onUpdate |
Boolean |
onUpdate is of type function and is the callback for update during jigging. |
Read-only |
jigOptions |
Boolean |
jigPromptOptions is of type Acad.JigPromptPointOptions, Acad.JigPromptDistanceOptions, Acad.JigPromptAngleOptions or Acad.JigPromptStringOptions. |
Read-only |
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|