API 설명서 > 3D drawings and annotations > Object ProGtol > Function ProGtolDtlnoteGet
Function ProGtolDtlnoteGet
Description
Return the detail note that represents a shown geometric tolerance.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtol.h>
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
The function successfully retrieved the note.
One or more input arguments is invalid.
The solid model is not contained in the drawing.
The geometric tolerance is not displayed in the drawing as a note.
User Guide References
도움이 되셨나요?