Description | ||||||||||||||
Visit groups (inlcuding UDFs) in the solid. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProUdf.h> | ||||||||||||||
ProError | ProSolidGroupVisit | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The solid | ||||||||||||||
*/ | ||||||||||||||
ProGroupVisitAction visit | ||||||||||||||
/* (In) | ||||||||||||||
The visit function | ||||||||||||||
*/ | ||||||||||||||
ProGroupFilterAction filter | ||||||||||||||
/* (In) | ||||||||||||||
The filter function. If NULL, all UDFs are visited using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData data | ||||||||||||||
/* (In) | ||||||||||||||
User defined data passed to the visit and filter functions. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|