Function ProAnnotationUndisplay
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
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
The function succeeded.
One or more arguments was invalid.
The target model is not the current model.
License check failure.
Sample Code References
User Guide References
Est-ce que cela a été utile ?