Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataNumdigitsGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: No successor will be provided.
Description
Note: This function is deprecated. Returns the number of significant digits assigned to the indicated gtol value.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataNumdigitsGet(
ProGtoldata data
/* (In)
The gtol data handle.
*/
ProGtolValueType type
/* (In)
The type of value.
*/
int* num_digits
/* (Out)
The number of digits assigned to this value.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe requested value is not set in the gtol data.
PRO_TK_GENERAL_ERRORThe retrieval operation failed.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Geometric Tolerances