DEPRECATED: | Since Wildfire 5.0 | ||||||||||
SUPERSEDED BY: | ProSolidFailedfeaturesList | ||||||||||
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: | pfcSolid::ListFeaturesByType | ||||||||||
Synopsis | |||||||||||
#include <ProSolid.h> | |||||||||||
ProError | 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 | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProArrayAlloc |