API Documentation > Classes > Class pfcDimTolSymSuperscript
Class pfcDimTolSymSuperscript
Description
This class displays the dimension tolerance in symmetrical form (+ or - the value). The text of the tolerance is displayed in a superscript format with respect to the dimension text.
Direct Parent Classes:
User Guide References:
Property Summary
number
The tolerance value
Method Summary
Create ( /* optional */ number inValue)
Creates a symmetric tolerance in superscript format.
Property Detail
number
Value
The tolerance value
Method Detail
Create
( /* optional */ number inValue)
Creates a symmetric tolerance in superscript format.
The return value can be passed to pfcDimension.Tolerance to change the tolerance or a dimension.
Parameters:
inValue
The tolerance value
Returns:
The new tolerance object
User Guide References:
Was this helpful?