API Documentation > Classes > Class pfcDimTolLimits
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:
User Guide References:
Property Summary
number
The lower limit of the tolerance
number
The upper limit of the tolerance
Method Summary
Create ( /* optional */ number inUpperLimit, /* optional */ number inLowerLimit)
Returns an object containing a limits-type tolerance for a dimension.
Property Detail
number
LowerLimit
The lower limit of the tolerance
number
UpperLimit
The upper limit of the tolerance
Method Detail
Create
( /* 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
User Guide References:
Was this helpful?