Documentación de la API > Solids and parts > Object ProSolid > Function ProSolidSimprepVisit
Function ProSolidSimprepVisit
Description
Visits all the user-defined simplified representations in the specified solid. This will not visit built-in representations.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProSolidSimprepVisit
(
ProSolid p_solid
/* (In)
The solid.
*/
/* (In)
The filter function. If NULL, all representations are visited using the action function.
*/
/* (In)
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
ProAppData app_data
/* (In)
The application data passed to the filter and visiting functions.
*/
)
Returns
The function successfully visited all the simplified representations.
One or more of the arguments are invalid.
No simplified representations were found.
Other
Any other value is the value returned by the action function (visiting stopped).
Sample Code References
User Guide References
¿Fue esto útil?