Description | ||||||||
Visits all the relation sets owned by the specified model. Currently, the supported model types are PRO_PART, PRO_ASSEMBLY and PRO_DRAWING. | ||||||||
Synopsis | ||||||||
#include <ProRelSet.h> | ||||||||
ProError | ProSolidRelsetVisit | ( | ||||||
ProMdl model | ||||||||
/* (In) | ||||||||
The model that owns the relations | ||||||||
*/ | ||||||||
ProSolidRelsetVisitAction action | ||||||||
/* (In) | ||||||||
The supplied function to be invoked for each relation set | ||||||||
*/ | ||||||||
ProAppData caller_data | ||||||||
/* (In) | ||||||||
The user-supplied data | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|