API 설명서 > Miscellaneous > Object ProMdlname > Function ProMdlnameCopy
Function ProMdlnameCopy
Description
Copies the specified model to the new one. Note: In Creo 3 this function does not differ in behavior from superseded ProMdlCopy. In particular, new_name can be only of ProName length. This function is reserved for future use.
Synopsis
#include <ProMdl.h>
ProMdlnameCopy
(
ProMdl handle
/* (In)
The handle of the model to be copied.
*/
ProMdlName new_name
/* (In)
The new name.
*/
ProMdl* p_new_handle
/* (Out)
The new model handle to be initialized. This can be NULL.
*/
)
Returns
The function successfully copied the model.
One or more of the input arguments are invalid.
The function does not have permission to operate on this model.
Unsupported model. For instance, models which come from Multi-CAD model approach, are not supported in this release.
Sample Code References
User Guide References
도움이 되셨나요?