CODModel::GroupComponents
voidCODModel::GroupComponents(CODComponentSet*pCompSet, CODComponent*pGroup, intnIndex= -1)
Group components together into one composite object.
Defined in: OdModel.cpp
Return Value
void
Parameters
pCompSet
The set of components to group together.
pGroup
Component to serve as parent for group.
nIndex
Insertion index for newly added children in group; -1 indicates children should be appended to end of group.