Description | ||||||||||||||||||||
Sets an annotation to be shown. This changes the model database to show the annotation until it is explicitly erased. | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProAnnotation.h> | ||||||||||||||||||||
ProError | ProAnnotationShow | ( | ||||||||||||||||||
ProAnnotation* annotation | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The annotation (note, gtol, surface finish, symbol, ref. dim., driven dim, dimension). Note: regular dimensions may only be shown in a drawing. |
||||||||||||||||||||
*/ | ||||||||||||||||||||
ProAsmcomppath* comp_path | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The assembly component path. Applicable only if view != NULL and the view contains an assembly including the owner model of the annotation. Pass NULL when not required. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProView view | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The drawing view. Pass NULL to toggle the state in the solid model. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|
||||||||||||||||||||
See Also | ||||||||||||||||||||
ProAnnotationErase | ||||||||||||||||||||
ProAnnotationIsShown |