Function ProMdlCurrentGet
Description
Initializes the p_handle with the current Creo Parametric object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlCurrentGet
(
ProMdl* p_handle
/* (Out)
The model handle
*/
)
Returns
The function successfully initialized the handle.
The current Creo Parametric object is not set.
Sample Code References
User Guide References
Was this helpful?