Category 3D drawings and annotations, Object ProGtoldata

Function ProGtoldataGtoldatumrefGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolDatumReferencesGet
Description
Note: This function is deprecated. Use ProGtolDatumReferencesGet() instead.
This function may not work for Creo 4.0 or newer gtols. Gets the datum references for a gtol.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldataGtoldatumrefGet(
ProGtoldata data
/* (In)
The gtol data description
*/
ProGtoldatumref* primary
/* (Out)
The primary datum reference. May be NULL.
*/
ProGtoldatumref* secondary
/* (Out)
The secondary datum reference. May be NULL.
*/
ProGtoldatumref* tertiary
/* (Out)
The tertiary datum reference. May be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestGtol.c )