Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataNumdigitsSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: No successor will be provided.
Description
Note: This function is deprecated. Sets the number of significant digits assigned to the indicated gtol value.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataNumdigitsSet(
ProGtoldata data
/* (In)
The gtol data handle.
*/
ProGtolValueType type
/* (In)
The type of value.
*/
int num_digits
/* (In)
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_BAD_CONTEXTNumber of digits was smaller than the minimum required for the current stored value of this type.
PRO_TK_CANT_MODIFYCannot modify the contents of this data structure.
PRO_TK_E_NOT_FOUNDThe requested value is not set in the gtol data.
PRO_TK_GENERAL_ERRORThe operation failed.

Manual References:

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