Category 3D drawings and annotations, Object ProGtol

Function ProGtolAttachLeadersSet


Description
Set leader type attachment
Synopsis
#include <ProGtolAttach.h>
ProErrorProGtolAttachLeadersSet(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
ProAnnotationPlane* plane
/* (In)
annotation plane. Can be NULL for drawing gtols
*/
ProGtolLeaderAttachType type
/* (In)
type of leader
*/
ProGtolleader* leaders
/* (In)
ProArray of ProGtolleader. Pass single leader for type PRO_GTOL_NORMAL_LEADER and PRO_GTOL_TANGENT_LEADER
*/
Pro3dPnt location
/* (In)
location of gtol text (in model co-ordinates)
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
  2. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances

Sample Code References:

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