Category Features, Object ProFeature

Function ProFeatureSolidGet


Description
Retrieves the solid owner of the feature.
Replacement in Object TOOLKIT: wfcWFeature::GetSolid
Synopsis
#include <ProFeature.h>
ProErrorProFeatureSolidGet(
ProFeature* p_feat_handle
/* (In)
The feature handle
*/
ProSolid* p_mdl_handle
/* (Out)
The solid owner of the feature
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the owner.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Features: Feature Inquiry
  3. Core: Features: Feature Inquiry

Sample Code References:

  1. pt_examples ( UtilFeats.c )
  2. pt_examples ( TestMisc.c )