Library | Module

Class pfcDimTolLimits



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:
pfcDimTolerance



Property Summary

numberLowerLimit
The lower limit of the tolerance
numberUpperLimit
The upper limit of the tolerance



Method Summary

static pfcDimTolLimitsCreate ( /* optional */ number inUpperLimit, /* optional */ number inLowerLimit)
Returns an object containing a limits-type tolerance for a dimension.



Property Detail


numberLowerLimit

The lower limit of the tolerance




numberUpperLimit

The upper limit of the tolerance





Method Detail


static pfcDimTolLimitsCreate ( /* optional */ number inUpperLimit, /* optional */ number inLowerLimit)

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

The return value can be passed to pfcDimension.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