MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / removeAllModelObjects

Method removeAllModelObjects

src/model/ModelObjectList.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 void ModelObjectList_Impl::removeAllModelObjects() {
138 getObject<ModelObject>().clearExtensibleGroups();
139 }
140
141 WorkspaceExtensibleGroup ModelObjectList_Impl::getGroupForModelObject(const ModelObject& modelObject) {
142 boost::optional<WorkspaceExtensibleGroup> result;

Calls 1

clearExtensibleGroupsMethod · 0.80

Tested by 1

TEST_FFunction · 0.64