| Library | Module | Frames | Expand |
| Property | LowerLimit | as Double |
| The lower limit of the tolerance | ||
| Property | UpperLimit | as Double |
| The upper limit of the tolerance | ||
| Function | CCpfcDimTolLimits.Create (inUpperLimit as Double [optional], inLowerLimit as Double [optional]) as IpfcDimTolLimits | |
| Returns an object containing a limits-type tolerance for a dimension. | ||
| Property | LowerLimit | as Double |
|
The lower limit of the tolerance |
| Property | UpperLimit | as Double |
|
The upper limit of the tolerance |
| Function | CCpfcDimTolLimits.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.
|