Description | |||||||||||||||||
Retrieves the specified model and initializes the handle.
The function retrieves the model into memory, but neither displays the model nor makes it the current model. If retrieving an assembly, and errors occur in regeneration, the assembly will include suppressed features. The function ProSolidRetrievalErrorsGet identifies if errors occurred. Note: In Creo 3 this function does not support names longer than 80 characters. It will return PRO_TK_BAD_INPUTS for longer names. The support for ProFamilyMdlName will be added in a future release. |
|||||||||||||||||
Replacement in Object TOOLKIT: | wfcWSession::OpenSource | ||||||||||||||||
wfcWSession::RetrieveModelByFiletype | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMdl.h> | |||||||||||||||||
ProError | ProMdlnameRetrieve | ( | |||||||||||||||
ProFamilyMdlName name | |||||||||||||||||
/* (In) | |||||||||||||||||
The name of the model to retrieve | |||||||||||||||||
*/ | |||||||||||||||||
ProMdlfileType type | |||||||||||||||||
/* (In) | |||||||||||||||||
The type of the model to retrieve | |||||||||||||||||
*/ | |||||||||||||||||
ProMdl* p_handle | |||||||||||||||||
/* (Out) | |||||||||||||||||
The handle to the retrieved model | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|
|||||||||||||||||
See Also | |||||||||||||||||
ProSolidRetrievalErrorsGet |