API 설명서 > Miscellaneous > Object ProGtoldata > Function ProLocalGroupCreate
Function ProLocalGroupCreate
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:
Synopsis
#include <ProGroup.h>
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
The function successfully created the requested local group.
The specified data is invalid.
Sample Code References
User Guide References
도움이 되셨나요?