API Documentation > Assembly > Object ProExt > Function ProExtRefMdlGet
Function ProExtRefMdlGet
Description
Gets from the external reference a solid that is active in the current session and that is referred to by the specified reference.
Synopsis
#include <ProRefInfo.h>
ProExtRefMdlGet
(
/* (In)
The opaque pointer to the feature reference structure.
*/
ProSolid* p_ref_model
/* (Out)
Pointer to the model which was referenced.
*/
)
Returns
The function successfully returned the information.
ext_ref is NULL or bad pointer.
Required model not found in current session.
Sample Code References
User Guide References
Was this helpful?