Tolerance object |
A geometric tolerance contained in a feature control frame.
VBA class name: |
AcadTolerance |
---|---|
Create using: |
ModelSpace.AddTolerance |
Access via: |
ModelSpace.Item |
Tolerances are influenced by several system variables: DIMCLRD controls the color of the feature control frame; DIMCLRT controls the color of the tolerance text; DIMGAP controls the gap between the feature control frame and the text; DIMTXT controls the size of the tolerance text; and DIMTXSTY controls the style of the tolerance text.
System variables can be set and queried using the SetVariable and GetVariable methods.
To create a tolerance, use the AddTolerance method. To edit or query a tolerance, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |