Description | ||||||||||||||
Visits all the user-defined simplified representations in the specified solid. This will not visit built-in representations. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSimprep.h> | ||||||||||||||
ProError | ProSolidSimprepVisit | ( | ||||||||||||
ProSolid p_solid | ||||||||||||||
/* (In) | ||||||||||||||
The solid. | ||||||||||||||
*/ | ||||||||||||||
ProGeomitemFilter filter | ||||||||||||||
/* (In) | ||||||||||||||
The filter function. If NULL, all representations are visited using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProGeomitemAction action | ||||||||||||||
/* (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 | ||||||||||||||
|