HSolidModel::~HSolidModel() { // Model cleanup : delete all the entities from the // partition associated with this model DeleteAllEntities(); #ifdef INTEROP delete iop_fio; #endif // INTEROP }
EntityManager::~EntityManager() { DeleteAllEntities(); }