Category 3D drawings and annotations, Object ProGtol

Function ProGtolDatumReferencesSet


Description
Set datum references to gtol.
Synopsis
#include <ProGtol.h>
ProErrorProGtolDatumReferencesSet(
ProGtol* gtol
/* (In)
valid gtol.
*/
wchar_t* primary
/* (In)
primary datum ref. Can be NULL
*/
wchar_t* secondary
/* (In)
secondary datum ref. Can be NULL
*/
wchar_t* tertiary
/* (In)
tertiary datum ref. Can be NULL
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Geometric Tolerances: Creating a Geometric Tolerance
  3. Annotations: Geometric Tolerances: Creating a Geometric Tolerance

Sample Code References:

  1. pt_examples ( TestGtol.c )