Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataCompositeSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolCompositeSet
Description
Note: This function is deprecated. Use ProGtolCompositeSet() instead. Sets the composite information for a gtol. Valid only for a gtol of type PROGTOLTYPE_SURFACE or PROGTOLTYPE_POSITION.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataCompositeSet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProBoolean is_composite
/* (In)
Whether the gtol should be composite
*/
double value
/* (In)
The composite value
*/
ProGtolReferenceType type
/* (In)
The reference type
*/
ProGtoldataStatus* status
/* (Out)
The resulting status of the gtol
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_CANT_MODIFYThe composite flag is not valid for this gtol data.
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 )