API Documentation > 3D drawings and annotations > Object ProGtol > Function ProGtolDtlnotesCollect
Function ProGtolDtlnotesCollect
Description
Return the detail notes that represent a geometric tolerance in a drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
ProGtolDtlnotesCollect
(
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
The function successfully retrieved the notes.
One or more input arguments is invalid.
The solid model is not contained in the drawing.
The geometric tolerance is not represented in the drawing by any note.
User Guide References
Was this helpful?