Description | ||||||||||||||
Return the detail note that represents a shown geometric tolerance. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProGtol.h> | ||||||||||||||
ProError | ProGtolDtlnoteGet | ( | ||||||||||||
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 | ||||||||||||||
|