API Documentation > Mechanica > Object ProMechitem > Function ProMechitemValidate
Function ProMechitemValidate
Description
Validates given Creo Simulate item and returns the error object that collected found errors and warnings.
Licensing Requirement
Synopsis
#include <ProMechItem.h>
ProMechitemValidate
(
/* (In)
The mech item.
*/
ProMechErrobj * err_obj
/* (Out)
The error object.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The Input ProMechItem Solid pointer is invalid.
A general error is encountered.
User Guide References
Was this helpful?