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

Method updateSpaceTypes

src/utilities/geometry/FloorplanJS.cpp:1629–1631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629void FloorplanJS::updateSpaceTypes(const std::vector<FloorplanObject>& objects, bool removeMissingObjects) {
1630 updateObjects(m_value, "space_types", objects, removeMissingObjects);
1631}
1632
1633void FloorplanJS::updateConstructionSets(const std::vector<FloorplanObject>& objects, bool removeMissingObjects) {
1634 updateObjects(m_value, "construction_sets", objects, removeMissingObjects);

Callers 1

updateFloorplanJSMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected