API Documentation > Solids and parts > Object ProSolid > Function ProSolidFailedfeaturesList
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>
ProSolidFailedfeaturesList
(
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
The function succeeded.
No feature of requested type(s) was found.
One or more arguments was invalid.
The function failed.
See Also
User Guide References
Was this helpful?