API 文档 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlToModelitem
Function ProMdlToModelitem
Description
Converts a ProMdl to a ProModelitem.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlToModelitem
(
ProMdl mdl
/* (In)
The handle to a valid model
*/
ProModelitem* p_model_item
/* (Out)
*/
)
Returns
The function was successful.
An argument is NULL.
The handle is invalid.
Sample Code References
User Guide References
这对您有帮助吗?