API Documentation > Classes > Interface IpfcDimTolSymSuperscript
Interface IpfcDimTolSymSuperscript
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
Property
as Double
The tolerance value
Method Summary
Function
Creates a symmetric tolerance in superscript format.
Property Detail
Property
Value
as Double
The tolerance value
Method Detail
Function
CCpfcDimTolSymSuperscript.Create
(inValue as Double [optional]) as IpfcDimTolSymSuperscript
Creates a symmetric tolerance in superscript format.
The return value can be passed to IpfcDimension.Tolerance to change the tolerance or a dimension.
Parameters:
inValue
The tolerance value
Returns:
The new tolerance object
Was this helpful?