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
The lower limit of the tolerance
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.
Parameters:
inUpperLimit
The upper limit for the tolerance
inLowerLimit
The lower limit for the tolerance
Returns:
The new tolerance object
User Guide References: