Tolerance Object (ActiveX)

A geometric tolerance contained in a feature control frame.

Supported Platforms: Windows only

Class Information

Class Name

AcadTolerance

Object Inheritance
Object
   AcadObject
      AcadEntity
         AcadTolerance
Create Using

VBA

ModelSpace.AddTolerance
PaperSpace.AddTolerance
Block.AddTolerance
Access Via

VBA

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item

Members

These members are part of this object:

Remarks

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.