Documentación de la API > Solids and parts > Object ProSolid > Function ProSolidApprnstateVisit
Function ProSolidApprnstateVisit
Description
Visits all the appearance states in the specified solid.
Synopsis
#include <ProApprnstate.h>
ProSolidApprnstateVisit
(
ProSolid p_solid
/* (In)
The solid handle.
*/
ProAppData app_data
/* (In)
The application data passed to the filter and visiting functions.
*/
)
Returns
The function successfully visited all the appearance states.
Either no appearance state exist, or they were all filtered out by the filter function.
Other
Any other value is the value returned by the action function (visiting stopped).
User Guide References
¿Fue esto útil?