Category Assembly, Object ProExt

Function ProExtRefOwnFeatGet


Description
Gets from the external reference a feature that uses the reference.
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefOwnFeatGet(
ProExtFeatRef ext_ref
/* (In)
The opaque pointer to the feature reference structure.
*/
ProFeature* p_own_feat
/* (Out)
The handle to the feature which uses the reference.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSext_ref is NULL or bad pointer.
PRO_TK_E_NOT_FOUNDThe reference is used by solid itself and not by some specific feature.

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 )