Category 3D drawings and annotations, Object ProGtol

Function ProGtolDtlnoteGet


Description
Return the detail note that represents a shown geometric tolerance.
Synopsis
#include <ProGtol.h>
ProErrorProGtolDtlnoteGet(
ProGtol* solid_model_gtol
/* (In)
The geometric tolerance handle.
*/
ProDrawing drawing
/* (In)
The drawing where the note is displayed.
*/
ProDtlnote* dtl_note
/* (Out)
The drawing detail note that displays the model note.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the note.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_BAD_CONTEXTThe solid model is not contained in the drawing.
PRO_TK_E_NOT_FOUNDThe geometric tolerance is not displayed in the drawing as a note.

Manual References:

  1. Drawings: Cross-referencing Gtols and Drawing Annotations
  2. Drawings: Cross-referencing Gtols and Drawing Annotations
  3. Annotations: Geometric Tolerances: Creating a Geometric Tolerance