Share

Tolerance Object


Description

The Tolerance object represents information about tolerance.

Methods

Name Description
SetToBasic Sets the type of this tolerance to be a basic type of tolerance (only valid for drawing dimensions).
SetToDefault Method that sets the tolerance to the default value.
SetToDeviation Method that sets the type of this tolerance to be a deviation tolerance.
SetToFits Method that sets the type of this tolerance to be a fits tolerance.
SetToLimits Method that sets the type of this tolerance to be a limits tolerance.
SetToMax Sets the type of this tolerance to be a MAX type of tolerance.
SetToMin Sets the type of this tolerance to be a MIN type of tolerance.
SetToReference Sets the type of this tolerance to be a reference type of tolerance (only valid for drawing dimensions).
SetToSymmetric Method that sets the type of this tolerance to be a symmetric tolerance.

Properties

Name Description
HoleTolerance Property that returns a string specifying the hole tolerance.
Lower Property that returns the lower variation from the nominal value in database units.
Parent Property that returns the parent object from whom this object can logically be reached.
ShaftTolerance Property that returns the shaft tolerance.
ToleranceType Property that returns a constant specifying the tolerance type.
Type Returns an ObjectTypeEnum indicating this object's type.
Upper Property that returns a constant specifying the upper variation from the nominal value in database units.

Accessed From

AngularGeneralDimension.Tolerance, AngularModelDimensionDefinition.Tolerance, DerivedParameter.Tolerance, DiameterGeneralDimension.Tolerance, DiameterModelDimensionDefinition.Tolerance, DimensionStyle.Tolerance, DrawingDimension.Tolerance, FinishParameter.Tolerance, GeneralDimension.Tolerance, HoleThreadNote.Tolerance, LinearGeneralDimension.Tolerance, LinearModelDimensionDefinition.Tolerance, MiniToolbarValueEditor.Tolerance, ModelDimensionDefinition.Tolerance, ModelHoleThreadNoteDefinition.GetHolePropertyTolerance, ModelParameter.Tolerance, OrdinateDimension.Tolerance, Parameter.Tolerance, RadiusGeneralDimension.Tolerance, RadiusModelDimensionDefinition.Tolerance, ReferenceParameter.Tolerance, TableParameter.Tolerance, UserParameter.Tolerance

Samples

Name Description
Display information about parameter tolerances. Dumps out information to the Immediate window about tolerance information associated with parameters. A part document must be active when this is run.

Version

Introduced in version 6

Was this information helpful?