Category Assembly, Object ProExt

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>
ProErrorProExtRefMdlGet(
ProExtFeatRef ext_ref
/* (In)
The opaque pointer to the feature reference structure.
*/
ProSolid* p_ref_model
/* (Out)
Pointer to the model which was referenced.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSext_ref is NULL or bad pointer.
PRO_TK_E_NOT_FOUNDRequired model not found in current session.

Manual References:

  1. Assembly: Top-down Design: External Reference Data Gathering
  2. Assembly: Top-down Design: External Reference Data Gathering

Sample Code References:

  1. pt_examples ( TestExtrefInfo.c )