Category 3D drawings and annotations, Object ProGtol

Function ProGtolValueSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolValueStringSet
Description
Note: This function is deprecated. Use ProGtolValueStringSet() instead. Sets the overall value of the gtol.

NOTE: This is the only way to modify the value of a gtol that is varied in an inheritance feature.

Synopsis
#include <ProGtol.h>
ProErrorProGtolValueSet(
ProGtol* gtol
/* (In)
The gtol
*/
double overall_value
/* (In)
The gtol overall value.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_BAD_CONTEXTThe gtol value cannot be varied.
PRO_TK_GENERAL_ERRORThe gtol value cannot be modified.

Manual References:

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