Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlVisibleGet


Description
Return visible/generic model handle for input model.
Synopsis
#include <ProMdl.h>
ProErrorProMdlVisibleGet(
ProMdl model
/* (In)
The model
*/
ProMdl* visible_model
/* (Out)
Visible instance model handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDVisible/generic model doesn't exist or not found in session

Manual References:

  1. Core: Models and Model Items: Models in Session