Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataGtoldatumrefSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolDatumReferencesSet
Description
Note: This function is deprecated. Use ProGtolDatumReferencesSet() instead. Sets the datum references for a gtol.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataGtoldatumrefSet(
ProGtoldata data
/* (In)
The gtol data description.
*/
ProGtoldatumref primary
/* (In)
The primary datum reference. May be NULL.
*/
ProGtoldatumref secondary
/* (In)
The secondary datum reference. May be NULL.
*/
ProGtoldatumref tertiary
/* (In)
The tertiary datum reference. May be NULL.
*/
ProGtoldataStatus* status
/* (Out)
The resulting gtol status
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_CANT_MODIFYThe datum references may not be modified 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 )
  2. pt_userguide ( UgGtolCreate.c )