Category 3D drawings and annotations, Object ProGtol

Function ProGtolDtlnotesCollect


Description
Return the detail notes that represent a geometric tolerance in a drawing.
Synopsis
#include <ProGtol.h>
ProErrorProGtolDtlnotesCollect(
ProGtol* solid_model_gtol
/* (In)
The geometric tolerance handle.
*/
ProDrawing drawing
/* (In)
The drawing where the note is displayed.
*/
ProDtlnote** notes
/* (Out)
ProArray of drawing notes that represent a model gtol.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the notes.
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 represented in the drawing by any note.

Manual References:

  1. Annotations: Geometric Tolerances: Creating a Geometric Tolerance