Category Solids and parts, Object ProSolid

Function ProSolidAnnotationelemsVisit


Description
Visits the annotation elements in a given model.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProAnnotationElem.h>
ProErrorProSolidAnnotationelemsVisit(
ProSolid solid
/* (In)
The solid model.
*/
ProAnnotationelemVisitAction visit_action
/* (In)
The visit function for the annotation elements.
*/
ProAnnotationelemFilterAction filter_action
/* (In)
The filter function for the annotation elements. Can be NULL.
*/
ProAppData data
/* (In)
Application data passed to the visit and filter actions.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDNo annotation elements were found in the model.
OtherError returned by the visit action.

Manual References:

  1. Annotations: Annotation Features and Annotations: Visiting Annotation Elements

Sample Code References:

  1. pt_af_examples ( PTMfgTemplateBOM.c )