

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. */ ) |

The function succeeded. | |
One or more input arguments are invalid. | |
The Creo Simulate session is not initialized. | |
No items were found. | |
A general error is encountered. | |
The Input ProMechItem Solid pointer is invalid. | |
Other | Error status returned by the visit action function. |


