| Description |
| Visits Creo Simulate items in the solid model. |
| Licensing Requirement |
|
TOOLKIT for Mechanica
|
| Synopsis |
| #include <ProMechItem.h> |
| ProError | ProSolidMechitemVisit | ( |
| ProSolid solid | |
| /*
(In) |
| The solid model. |
| */ |
| ProType type | |
| /*
(In) |
| The type of item. This must be one of the PRO_SIMULATION* types. Pass PRO_VALUE_UNUSED to visit all types of Creo Simulate items. |
| */ |
| ProMechitemVisitAction visit_action | |
| /*
(In) |
| The visit action to be called for each item. |
| */ |
| ProMechitemFilterAction filter_action | |
| /*
(In) |
| The filter action to be called for each item. Can be NULL. |
| */ |
| ProAppData app_data | |
| /*
(In) |
| The application data passed to each callback. Can be NULL. |
| */ |
| ) |
| Returns |
|
|