Library | Module

Interface IpfcDimTolLimits



Description

This class displays the limits for the dimension tolerance, for example, a dimension with upper limit of 50.1 and a lower limit of 49.9.
Direct Parent Classes:
IpfcDimTolerance



Property Summary

PropertyLowerLimitas Double
The lower limit of the tolerance
PropertyUpperLimitas Double
The upper limit of the tolerance



Method Summary

FunctionCCpfcDimTolLimits.Create (inUpperLimit as Double [optional], inLowerLimit as Double [optional]) as IpfcDimTolLimits
Returns an object containing a limits-type tolerance for a dimension.



Property Detail


PropertyLowerLimitas Double

The lower limit of the tolerance




PropertyUpperLimitas Double

The upper limit of the tolerance





Method Detail


FunctionCCpfcDimTolLimits.Create (inUpperLimit as Double [optional], inLowerLimit as Double [optional]) as IpfcDimTolLimits

Returns an object containing a limits-type tolerance for a dimension.

The return value can be passed to IpfcDimension.Tolerance to change the tolerance or a dimension.
Parameters:
inUpperLimit
The upper limit for the tolerance
inLowerLimit
The lower limit for the tolerance
Returns:
The new tolerance object