Documentación de la API > Solids and parts > Object ProSolid > Function ProSolidAnnotationelemsVisit
Function ProSolidAnnotationelemsVisit
Description
Visits the annotation elements in a given model.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
ProSolidAnnotationelemsVisit
(
ProSolid solid
/* (In)
The solid model.
*/
/* (In)
The visit function for the annotation elements.
*/
/* (In)
The filter function for the annotation elements. Can be NULL.
*/
/* (In)
Application data passed to the visit and filter actions.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
No annotation elements were found in the model.
Other
Error returned by the visit action.
Sample Code References
User Guide References
¿Fue esto útil?