API Documentation > Interface Classes > Class pfcDimTolSymmetric
Class pfcDimTolSymmetric

# include <pfcDimension.h>

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

Description
This class displays the dimension tolerance in symmetrical form (+ or - the value).
Manual References:
Method Summary
Creates a symmetric tolerance.
void
SetValue (xreal value)
The tolerance value
Methods Inherited from Class pfcDimTolerance::
Method Detail
GetValue
()
void
SetValue
(xreal value)
The tolerance value
Create
(optional xreal inValue)
Creates a symmetric tolerance.
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?