Category 3D drawings and annotations, Object ProGtoldatumref

Function ProGtoldatumrefGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProGtolDatumReferencesGet
Description
Note: This function is deprecated. Use ProGtolDatumReferencesGet() instead Returns the information contained in a datum reference structure.
Synopsis
#include <ProGtol.h>
ProErrorProGtoldatumrefGet(
ProGtoldatumref datumref
/* (In)
The datum reference structure
*/
ProSelection* basic_datum
/* (Out)
The basic datum (plane or axis) being referenced Can be NULL.
*/
ProGtolMaterialCond* basic_matcond
/* (Out)
The basic material condition
*/
ProSelection* compound_datum
/* (Out)
The compound datum (plane or axis) being referenced Can be NULL.
*/
ProGtolMaterialCond* compound_matcond
/* (Out)
The compound material condition
*/
)
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 )