Visiting Annotation Elements
The functions described in this section enable you to visit all the annotation elements in a solid model.
Functions Introduced:
The function
ProFeatureAnnotationelemsVisit() visits the annotation elements in the specified feature.
The function
ProSolidAnnotationelemsVisit() visits the annotation elements in a solid model.
The filter function
ProAnnotationelemFilterAction() and the visit function
ProAnnotationelemVisitAction() are specified as input arguments for the above functions.
The function
ProAnnotationelemFilterAction() is a generic function for filtering an annotation element. It returns the filter status of the specified annotation element. The filter status is passed as the input argument to the function
ProAnnotationelemVisitAction() which is a generic function for visiting annotation elements.