Category 3D drawings and annotations, Object ProGtolleader

Function ProGtolleaderAlloc


Description
Allocates and defines a gtol leader structure.
Synopsis
#include <ProGtol.h>
ProErrorProGtolleaderAlloc(
ProLeaderType type
/* (In)
The type which determinates the leader appearance
*/
ProSelection attachment
/* (In)
The item to which the leader is attached
*/
ProGtolleader* leader
/* (Out)
The allocated gtol leader structure
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances

Sample Code References:

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