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. Differs from ProMdlnameRetrieve in that the caller can specify the location of the model in addition to its name. If retrieving an assembly, and errors occur in regeneration, the assembly will include suppressed features. The function ProSolidRetrievalErrorsGet identifies if errors occurred. |
|||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||
#include <ProMdl.h> | |||||||||||||||||||||||||||||
ProError | ProMdlFiletypeLoad | ( | |||||||||||||||||||||||||||
ProPath full_path | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The full path of the model to be retrieved, including the name, and optionally the location and extension. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProMdlfileType type | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The type of the model to retrieve, or PRO_MDLFILE_UNUSED if full_path includes an extension. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProBoolean ask_user_about_reps | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
If TRUE, the Open Rep dialog may be presented, allowing the user to specify which simplified representation of the model should be retrieved. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProMdl* p_handle | |||||||||||||||||||||||||||||
/* (Out) | |||||||||||||||||||||||||||||
The handle to the retrieved model | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
) | |||||||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
See Also | |||||||||||||||||||||||||||||
ProSolidRetrievalErrorsGet |