| 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> |
| ProError | 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 |
|
|
| See Also |
| ProArrayAlloc |