A geometric tolerance contained in a feature control frame.
Supported Platforms: Windows only
AcadTolerance
Object AcadObject AcadEntity AcadTolerance
VBA
ModelSpace.AddTolerance PaperSpace.AddTolerance Block.AddTolerance
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
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.