API Documentation > Classes > Interface IpfcDimTolPlusMinus
Interface IpfcDimTolPlusMinus
Description
This class displays the dimension tolerance in the form +plus value and -minus value.
Direct Parent Classes:
Property Summary
Property
as Double
The tolerance amount below the nominal value
Property
as Double
The tolerance amount above the nominal value
Method Summary
Function
CCpfcDimTolPlusMinus.Create (inPlus as Double [optional], inMinus as Double [optional]) as IpfcDimTolPlusMinus
Creates a new DimTolPlusMinus object.
Property Detail
Property
Minus
as Double
The tolerance amount below the nominal value
Property
Plus
as Double
The tolerance amount above the nominal value
Method Detail
Function
CCpfcDimTolPlusMinus.Create
(inPlus as Double [optional], inMinus as Double [optional]) as IpfcDimTolPlusMinus
Creates a new DimTolPlusMinus object.
Parameters:
inPlus
The tolerance amount above the nominal value
inMinus
The tolerance amount below the nominal value
Returns:
A pointer to the new tolerance object
Was this helpful?