Acad.Jig Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Jig(updateCallback, options);
Group
Parameters
Parameter | 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. |
Description
This class represents the base jig class.
Properties
Name | Type | Description | Condition |
---|---|---|---|
jigOptions | boolean | onUpdate is of type function and is the callback for update during jigging.Throws an Error object if you try to set this property's value. |
Read-only |
onUpdate | boolean | jigPromptOptions is of type Acad.JigPromptPointOptions, Acad.JigPromptDistanceOptions, Acad.JigPromptAngleOptions or Acad.JigPromptStringOptions. Throws an Error object if you try to set this property's value. |
Read-only |
Exception
Throws a TypeError
object.