Description | ||||||||
Creates a local group out of the specified set of features.
NOTE: The supplied features should represent a contiguous set of features in the specified part or assembly. |
||||||||
Replacement in Object TOOLKIT: | pfcSolid::CreateLocalGroup | |||||||
Synopsis | ||||||||
#include <ProGroup.h> | ||||||||
ProError | ProLocalGroupCreate | ( | ||||||
ProSolid solid | ||||||||
/* (In) | ||||||||
The part or assembly. | ||||||||
*/ | ||||||||
int* feat_ids | ||||||||
/* (In) | ||||||||
The ProArray of feature identifiers to be grouped. They must be a contiguous set of features. | ||||||||
*/ | ||||||||
int n_feats | ||||||||
/* (In) | ||||||||
The number of features to be grouped. | ||||||||
*/ | ||||||||
ProName local_gp_name | ||||||||
/* (In) | ||||||||
The name to be assigned to the created local group. | ||||||||
*/ | ||||||||
ProGroup* r_group | ||||||||
/* (Out) | ||||||||
The local group object. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|