Category Features, Object ProFeature

Function ProFeatureReferenceEditRefsGet


Description
Return array of the original references of feature to perform edit reference operation.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureReferenceEditRefsGet(
ProSolid solid
/* (In)
The part or assembly to which the features belong.
*/
ProFeature* p_feat_handle
/* (In)
The feature handle.
*/
int flags
/* (In)
The flags to indicate what type of references to collect.
*/
ProReference** r_orig_ref_arr
/* (Out)
ProArray containing Original References. Use the function ProReferencearrayFree() to free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned array of the references.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Core: Features: Feature References
  2. Core: Features: Feature References