Category Solids and parts, Object ProSolid

Function ProSolidFailedFeatsList


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProSolidFailedfeaturesList
Description
Retrieves the list of failed features in the specified part or assembly.

NOTE:

This function is deprecated. Use ProSolidFailedfeaturesList() to get the list of failed, child of failed and child of external failed feature ids. In Resolve mode pass NULL each for "co_failed_ids" and "co_x_failed_ids" arguments.

Replacement in Object TOOLKIT: pfcSolid::ListFeaturesByType
Synopsis
#include <ProSolid.h>
ProErrorProSolidFailedFeatsList(
ProSolid solid
/* (In)
The part or assembly.
*/
int** r_failed_feat_ids
/* (Out)
An array of failed feature identifiers. You must preallocate this array using the function ProArrayAlloc().
*/
)
Returns
PRO_TK_NO_ERRORThe failed features were found and returned.
PRO_TK_E_NOT_FOUNDNo failed feature was found.
OtherThe input was invalid.
See Also
ProArrayAlloc

Manual References:

  1. Core: Solids, Parts, and Materials: Contents of a Solid
  2. Core: Solids, Parts, and Materials: Contents of a Solid

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_examples ( TestFeats.c )