API 文件集 > 3D drawings and annotations > Object ProAnnotation > Function ProAnnotationByViewShow
Function ProAnnotationByViewShow
Description
Show model annotations of given type on selected drawing view. Note: If an annotation is dependent on another annotation for its display in a drawing, then the application must first show the parent annotation on the drawing, followed by showing the dependent annotation. For instance, if a gtol is placed on a dimension, then first call ProAnnotationByViewShow for PRO_DIMENSION type and then call ProAnnotationByViewShow for PRO_GTOL. If the application does not show the dimension before the specified gtol, then the gtol will not be displayed on the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationByViewShow
(
/* (In)
Drawing to show annotations on.
*/
ProView view
/* (In)
View for which annotations need to be shown in drawing.
*/
ProType annot_type_to_show
/* (In)
*/
)
Returns
The function could successfully show annotations of given type on the selected view.
One or more of the input arguments are invalid.
Drawing in which annotation will be shown is not displayed in the current session.
Input annotation type not supported.
這是否有幫助?