| 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 |
|
| PRO_TK_NO_ERROR | | The function successfully visited all the relation sets owned by the model. |
| Other | | Visiting stopped due to the error returned by user-supplied visiting function, or some other internal error. |
|