Library | Module

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:
IpfcDimTolerance



Property Summary

PropertyValueas Double
The tolerance value



Method Summary

FunctionCCpfcDimTolSymSuperscript.Create (inValue as Double [optional]) as IpfcDimTolSymSuperscript
Creates a symmetric tolerance in superscript format.



Property Detail


PropertyValueas Double

The tolerance value





Method Detail


FunctionCCpfcDimTolSymSuperscript.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