Category 3D drawings and annotations, Object ProGtol

Function ProGtolAttachOnAnnotationSet


Description
Set annotation related gtol Attach
Synopsis
#include <ProGtolAttach.h>
ProErrorProGtolAttachOnAnnotationSet(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
ProAnnotation* p_annot
/* (In)
PRO_DIMENSION, PRO_GTOL, PRO_NOTE for solid gtols. PRO_DIMENSION, PRO_GTOL, PRO_NOTE for drawing gtols.
*/
ProBoolean elbow
/* (In)
attach to elbow instead of text. elbow should be PRO_B_TRUE if p_annot is of type PRO_NOTE
*/
)
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 )