API 설명서 > Solids and parts > Object ProSolid > Function ProSolidMechitemVisit
Function ProSolidMechitemVisit
Description
Visits Creo Simulate items in the solid model.
Licensing Requirement
Synopsis
#include <ProMechItem.h>
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.
*/
/* (In)
The visit action to be called for each item.
*/
/* (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
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.
Sample Code References
User Guide References
도움이 되셨나요?