CODModel::AppendChildren
BOOLCODModel::AppendChildren(CODComponentSet*pCompSet)
Append a set of child components to the model.
Defined in: OdModel.cpp
Return Value
TRUE if successful; otherwise FALSE.
Parameters
pCompSet
Pointer to set of child components to append.
Comments
This function is equivalent to calling
AppendChild
for each component in the set, but it is optimized for adding multiple
components to the model. The BSP tree is updating in a single operation
instead of once for each child. This function does not test for
duplicate children.