Category
3D drawings and annotations
, Object
ProGtol
Function ProGtolAttachOnAnnotationGet
Description
Get annotation from gtol Attach
Synopsis
#include <
ProGtolAttach.h
>
ProError
ProGtolAttachOnAnnotationGet
(
ProGtolAttach
gtol_attach
/* (In)
attach structure.
*/
ProAnnotation
*
p_annot
/* (Out)
annotation
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
Sample Code References:
pt_examples ( TestGtol.c )