Documentação da API > Mechanica > Object ProMechitem > Function ProMechitemRemove
Function ProMechitemRemove
Description
Removes a Creo Simulate item from the model.
Licensing Requirement
Synopsis
#include <ProMechItem.h>
ProMechitemRemove
(
/* (In)
The item to be deleted.
*/
)
Returns
The function succeeded.
Cannot access the object in the current mode.
One or more input arguments are invalid.
Another simulation item is dependent on this item. Use ProMechitemDependenciesGet() to find the dependent items.
Cannot modify the item.
A general error is encountered.
The Input ProMechItem Solid pointer is invalid.
Sample Code References
Isto foi útil?