Category 3D drawings and annotations, Object ProGtol

Function ProGtolCompositeSet


Description
Set composite tolerance
Synopsis
#include <ProGtol.h>
ProErrorProGtolCompositeSet(
ProGtol* gtol
/* (In)
valid gtol.
*/
int index
/* (In)
position.Indices starts from 0. Pass PRO_VALUE_UNUSED to insert at end.
*/
wchar_t* value
/* (In)
value string. If NULL, row corresponding to input index will be removed.
*/
wchar_t* primary
/* (In)
primary datum string.
*/
wchar_t* secondary
/* (In)
secondary datum string.
*/
wchar_t* tertiary
/* (In)
tertiary datum string.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_OUT_OF_RANGEinvalid index
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Creating a Geometric Tolerance
  2. Annotations: Geometric Tolerances: Creating a Geometric Tolerance

Sample Code References:

  1. pt_examples ( TestGtol.c )
  2. pt_examples ( TestGtol.c )