API Documentation > Solids and parts > Object ProSolid > Function ProSolidExpldstateVisit
Function ProSolidExpldstateVisit
Description
Visits all the explode states in the specified solid, but does not visit the default state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExpldstate.h>
ProSolidExpldstateVisit
(
ProSolid p_solid
/* (In)
The model containing the explode states.
*/
/* (In)
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
/* (In)
The filter function. If NULL, visits all explode states using the action function.
*/
ProAppData app_data
/* (In)
The application data passed to the filter and visiting functions.
*/
)
Returns
The function successfully visited all the explode states.
One or more of the arguments are invalid.
Other
Any other valus is the value returned by the action function (visiting stopped).
Sample Code References
User Guide References
Was this helpful?