Documentación de la API > Mechanica > Object ProMechitem > Function ProMechitemCreate
Function ProMechitemCreate
Description
Creates a new Creo Simulate item
Licensing Requirement
Synopsis
#include <ProMechItem.h>
ProMechitemCreate
(
ProSolid solid
/* (In)
The handle of top Creo Parametric model ( part/assembly )
*/
ProType type
/* (In)
The mech item type.
*/
/* (Out)
The created mech item
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
Subtype cannot be changed.
A general error is encountered..
The Input ProMechItem Solid pointer is invalid.
Cannot modify the item.
The Creo Simulate session is not initialized.
Sample Code References
User Guide References
¿Fue esto útil?