| Description |
| Sets an annotation to be erased. This change is in effect only until the next regeneration or a corresponding call to ProAnnotationDisplay. The target model (owner , comp_path->owner, or drawing) must be the current model. |
| Synopsis |
| #include <ProAnnotation.h> |
| ProError | ProAnnotationUndisplay | ( |
| ProAnnotation* annotation | |
| /*
(In) |
| The annotation (note, gtol, surface finish, symbol, ref. dim., driven dim, dimension). |
| */ |
| ProAsmcomppath* comp_path | |
| /*
(In) |
| The assembly component path. Pass NULL when not required. |
| */ |
| ProDrawing drawing | |
| /*
(In) |
| The drawing that displays the annotation. Pass NULL to undisplay the annotation from a solid model. |
| */ |
| ) |
| Returns |
|
|