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

Method nominalFloortoFloorHeight

src/model/Building.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 boost::optional<double> Building_Impl::nominalFloortoFloorHeight() const {
281 boost::optional<double> value = getDouble(OS_BuildingFields::NominalFloortoFloorHeight, true);
282 return value;
283 }
284
285 boost::optional<int> Building_Impl::standardsNumberOfStories() const {
286 boost::optional<int> value = getInt(OS_BuildingFields::StandardsNumberofStories, false);

Callers 10

modelToThreeJSMethod · 0.45
mergeBuildingMethod · 0.45
mergeBuildingStoryMethod · 0.45
TEST_FFunction · 0.45
CompareTwoModelsFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateModelMethod · 0.45

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.36
CompareTwoModelsFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36