Category Solids and parts, Object ProSolid

Function ProSolidFailedfeaturesList


Description
Retrieves the list of failed and/or child of failed and/or child of external failed features in the specified part or assembly.
Synopsis
#include <ProSolid.h>
ProErrorProSolidFailedfeaturesList(
ProSolid solid
/* (In)
The part or assembly.
*/
int** failed_ids
/* (Out)
An array of failed feature identifiers. The function allocates the memory for this argument. Free this array using ProArrayFree(). Pass NULL if not requesting this type.
*/
int** co_failed_ids
/* (Out)
An array of child of failed feature identifiers. The function allocates the memory for this argument. Free this array using ProArrayFree(). Pass NULL if not requesting this type.
*/
int** co_x_failed_ids
/* (Out)
An array of child of external failed feature identifiers. The function allocates the memory for this argument. Free this array using ProArrayFree(). Pass NULL if not requesting this type.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_E_NOT_FOUNDNo feature of requested type(s) was found.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.
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