| Description |
| Sets the tolerance of the specified dimension of the object. To make a dimension 'Basic' either "call ProDimensionToltypeSet with 'type' as 'PRO_DIM_TOL_BASIC'" or "call ProDimensionToltypeSet with 'type' as 'PRO_TOL_DEFAULT' if needed and then call ProDimensionBasicSet with 'basic' as 'TRUE'". To make a 'Basic' dimension 'not Basic' "call ProDimensionBasicSet with 'basic' as 'FALSE' and then ProDimensionToltypeSet as desired". |
| Replacement in Object TOOLKIT: | pfcDimension::Tolerance |
| Synopsis |
| #include <ProDimension.h> |
| ProError | ProDimensionToltypeSet | ( |
| ProDimension* dimension | |
| /*
(In) |
| The dimension handle. |
| */ |
| ProDimToleranceType type | |
| /*
(In) |
| The dimension tolerance type. |
| */ |
| ) |
| Returns |
|
|