Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataCompositeGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolCompositeGet
Description
Note: This function is deprecated. Use ProGtolCompositeGet() instead. Gets the composite information for a gtol. Valid only for a gtol whose type is PROGTOLTYPE_SURFACE or PROGTOLTYPE_POSITION.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataCompositeGet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProBoolean* is_composite
/* (Out)
Whether the gtol is composite
*/
double* value
/* (Out)
The composite value
*/
ProGtolReferenceType* type
/* (Out)
The reference type
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more of the input arguments are 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 )