
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. */ ) |

The function succeeded. | |
No feature of requested type(s) was found. | |
One or more arguments was invalid. | |
The function failed. |


