API 설명서 > Solids and parts > Object ProSolid > Function ProSolidFailedFeatsList
Function ProSolidFailedFeatsList
DEPRECATED:
Since Wildfire 5.0
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:
Synopsis
#include <ProSolid.h>
ProSolidFailedFeatsList
(
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
The failed features were found and returned.
No failed feature was found.
Other
The input was invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?