Category Creo Parametric fundamentals, Object ProTolerance

Function ProToleranceDefaultGet


Description
Retrieves the current Creo Parametric default tolerance value for the specified number of decimal places.
Replacement in Object TOOLKIT: wfcWSession::GetDefaultTolerance
Synopsis
#include <ProDimension.h>
ProErrorProToleranceDefaultGet(
ProToleranceType type
/* (In)
The tolerance type.
*/
int n_decimals
/* (In)
The number of decimal places used to identify the tolerance.
*/
double* tolerance
/* (Out)
The default tolerance.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe input argument is invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Tolerances
  2. Annotations: Annotation Features and Annotations: Dimension Tolerances

Sample Code References:

  1. pt_examples ( TestDimension.c )
  2. pt_examples ( TestDimension.c )
  3. pt_examples ( TestDimension.c )