DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProFeatureWithoptionsReorder | |||||||
Description | ||||||||
Reorders the supplied set of features such that the location of the first feature will be the new_feat_num after the reorder.
NOTE: This function is deprecated. Use ProFeatureWithoptionsReorder() with flags equal to PRO_REGEN_NO_FLAGS for equivalent behavior. |
||||||||
Replacement in Object TOOLKIT: | pfcSolid::ExecuteFeatureOps | |||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | ProFeatureReorder | ( | ||||||
ProSolid solid | ||||||||
/* (In) | ||||||||
The part or assembly that owns the features to be reordered. | ||||||||
*/ | ||||||||
int* feat_ids | ||||||||
/* (In) | ||||||||
The array of feature identifiers that represents a contiguous set of features in the model tree. If reordering a group, all the features in the group (including the Group Header feature) must be included in this array. | ||||||||
*/ | ||||||||
int n_feats | ||||||||
/* (In) | ||||||||
The size of the feat_ids array. | ||||||||
*/ | ||||||||
int new_feat_num | ||||||||
/* (In) | ||||||||
The intended location of the first feature in the specified set, upon reorder. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|