User Manual - Page 3993

For AUTOCAD 2011.

Loading ...
Loading ...
Loading ...
DescriptionElement
<PatternMultiplier> [Optional]
<PatternAngle> [Optional]
<PatternDouble> [Optional]
<PatternSpace> [Optional]
<Params>
This Element specifies the parameters specific to this particular Recipe. These
are typically values that the Recipe needs, but that are not hardwired into the
code, and thus are customizable. Here are a few examples:
<Item idStr="boundary">
<Params>
<Tongue>0.125</Tongue>
<GrooveSpacing>0.03125</GrooveSpacing>
</Params>
</Item>
<Item idStr="boundary">
<Params>
<Chamfer>0.5</Chamfer>
</Params>
</Item>
The Element names are defined by the Rcp function itself and must be known
in advance of editing them in the Recipe Spec.
NOTE One way to find out the implied contract of the Rcp function is to turn on
logging. For more information, see Recipe Logging on page 3949.
<Options> Section
This section provides customization data that is used by the placement phase
(Jig) of the Rcp function. In most cases, Recipe functions divide their labor
into two phases:
1 Creation of the component
2 Placement of the component
Recipe Specifications | 3937
Loading ...
Loading ...
Loading ...