API Documentation > Interfaces > Interface DimTolSymSuperscript
Interface DimTolSymSuperscript

package com.ptc.pfc.pfcDimension;

public interface
DimTolSymSuperscript
extends
com.ptc.pfc.pfcDimension.DimTolerance


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.
Method Summary
double
Get method for attribute "Value"
The tolerance value
void
SetValue (double value)
Set method for attribute "Value"
The tolerance value
Methods Inherited from Interface com.ptc.pfc.pfcDimension.DimTolerance :
Method Detail
GetValue
double
GetValue
()
SetValue
void
SetValue
(double value)
The tolerance value
Was this helpful?