Documentación de la API > 3D drawings and annotations > Object ProGtol > Function ProGtolAttachOnAnnotationSet
Function ProGtolAttachOnAnnotationSet
Description
Set annotation related gtol Attach
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtolAttach.h>
ProGtolAttachOnAnnotationSet
(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
ProAnnotation* p_annot
/* (In)
PRO_DIMENSION, PRO_GTOL, PRO_NOTE for solid gtols. PRO_DIMENSION, PRO_GTOL, PRO_NOTE for drawing gtols.
*/
/* (In)
attach to elbow instead of text. elbow should be PRO_B_TRUE if p_annot is of type PRO_NOTE
*/
)
Returns
The function completed successfully.
Model is in read-only state.
The input argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?