Library | Module

Interface IpfcDimTolPlusMinus



Description

This class displays the dimension tolerance in the form +plus value and -minus value.
Direct Parent Classes:
IpfcDimTolerance



Property Summary

PropertyMinusas Double
The tolerance amount below the nominal value
PropertyPlusas Double
The tolerance amount above the nominal value



Method Summary

FunctionCCpfcDimTolPlusMinus.Create (inPlus as Double [optional], inMinus as Double [optional]) as IpfcDimTolPlusMinus
Creates a new DimTolPlusMinus object.



Property Detail


PropertyMinusas Double

The tolerance amount below the nominal value




PropertyPlusas Double

The tolerance amount above the nominal value





Method Detail


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