Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlInit


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProMdlnameInit
UNDO Status: SAFE
Description
Note: This function is deprecated Use ProMdlnameInit instead. Initializes the ProMdl handle.
Synopsis
#include <ProMdl.h>
ProErrorProMdlInit(
ProName name
/* (In)
The model name
*/
ProMdlType type
/* (In)
The model type
*/
ProMdl* p_mdl_handle
/* (Out)
The handle to initialize
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the handle.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_E_NOT_FOUNDUnable to find the required model.

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  3. Updating Older Applications: Tools Available for Updating Applications
  4. Technical Summary of Changes for Creo 4.0 F000: Model