Function ProAnnotationShow
Description
Sets an annotation to be shown. This changes the model database to show the annotation until it is explicitly erased.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
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
The function succeeded.
Model is in read-only state.
One or more arguments was invalid.
The annotation is already shown in the target model.
The annotation cannot be shown due to orientation conflicts in the view.
License check failure.
Annotation is present on hidden or blank layer and so can't be shown.
See Also
ProAnnotationErase
Sample Code References
User Guide References
도움이 되셨나요?