API Documentation > Interface Classes > Class pfcDimTolSymSuperscript
Class pfcDimTolSymSuperscript

# include <pfcDimension.h>

class
pfcDimTolSymSuperscript
: public virtual
pfcDimTolerance
{
xdeclare(pfcDimTolSymSuperscript)
...
};
This is a
COMPACT class.

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.
Manual References:
Method Summary
Creates a symmetric tolerance in superscript format.
void
SetValue (xreal value)
The tolerance value
Methods Inherited from Class pfcDimTolerance::
Method Detail
GetValue
()
void
SetValue
(xreal value)
The tolerance value
Creates a symmetric tolerance in superscript format.
The return value can be passed to pfcDimension::GetTolerance(optional pfcDimTolerance_ptr) to change the tolerance or a dimension.
Manual References:
Parameters:
inValue
The tolerance value
Returns:
The new tolerance object
Was this helpful?