Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlCopy


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProMdlnameCopy
Description
Note: This function is deprecated Use ProMdlnameCopy instead. Copies the specified model to the new one.
Synopsis
#include <ProMdl.h>
ProErrorProMdlCopy(
ProMdl handle
/* (In)
The handle of the model to be copied.
*/
ProName new_name
/* (In)
The new name.
*/
ProMdl* p_new_handle
/* (Out)
The new model handle to be initialized. This can be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully copied the model.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_NO_PERMISSIONThe function does not have permission to operate on this model.
PRO_TK_UNSUPPORTEDUnsupported model. For instance, models which come from Multi-CAD model approach, are not supported in this release.

Manual References:

  1. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  2. Working with Multi-CAD Models Using Creo Unite: Restrictions on Character Length for Multi-CAD Functions
  3. Updating Older Applications: Tools Available for Updating Applications
  4. Technical Summary of Changes for Creo 4.0 F000: Model