Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataValueGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolValueStringGet
Description
Note: This function is deprecated. Use ProGtolValueStringGet() instead. Gets the value of a gtol.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataValueGet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProBoolean* overall_tolerance
/* (Out)
Whether the value is the overall tolerance
*/
double* overall_value
/* (Out)
The overall tolerance value
*/
ProName name
/* (Out)
The tolerance value name
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORAn error occurred and the function failed.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestGtol.c )
  2. pt_examples ( TestGtol.c )