Category Solids and parts, Object ProSolid

Function ProSolidBodyFeaturesGet


Description
Lists all features associated with the specified body
Synopsis
#include <ProSolidBody.h>
ProErrorProSolidBodyFeaturesGet(
ProSolidBody* body
/* (In)
The body handle.
*/
ProFeature** features
/* (Out)
ProArray of features. Free this using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved features.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDNo contributing features.

Manual References:

  1. Migrating to the Multibody Environment: Overview
  2. Core: Solid Body: Listing Features