User Manual - Page 3999

For AUTOCAD 2011.

Loading ...
Loading ...
Loading ...
Common Jigs
The common Jigs and JigEnts listed in the hierarchy above have options that
can be specified in the <Options> section of the Recipe Spec, and in some
cases, they have common Recipes that can be utilized without writing any
new code.
Brief descriptions for some of the common Jigs are provided below, along with
information on the <Options> or Recipe func that can be used with each one,
if applicable.
Stamp Jig
The Stamp Jig is similar to the INSERT command in that it does a basic block
insertion (with a few extra controls). Here is an example showing how the
Options section is used to control the Jig’s behavior.
<Options>
<Jig>
<AllowScaling>false</AllowScaling>
<AllowRotation>true</AllowRotation>
<AllowXFlip>true</AllowXFlip>
<AllowYFlip>true</AllowYFlip>
<AllowBasePt>true</AllowBasePt>
</Jig>
</Options>
In each case, the value listed is the default, which would be used if nothing
was specified.
The following table lists the options for Stamp Jigs
CommentOption
<AllowScaling>
<AllowRotation>
<AllowXFlip>
<AllowYFlip>
Boolean value specifying whether the
common command line options of the Jig
are valid options for this Recipe.
<AllowBasePt>
Common Jigs | 3943
Loading ...
Loading ...
Loading ...