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

Method nominalZCoordinate

src/model/BuildingStory.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 boost::optional<double> BuildingStory_Impl::nominalZCoordinate() const {
59 return getDouble(OS_BuildingStoryFields::NominalZCoordinate, true);
60 }
61
62 boost::optional<double> BuildingStory_Impl::nominalFloortoFloorHeight() const {
63 boost::optional<double> value = getDouble(OS_BuildingStoryFields::NominalFloortoFloorHeight, true);

Callers 8

modelToThreeJSMethod · 0.45
mergeBuildingStoryMethod · 0.45
modelFromThreeJSMethod · 0.45
CompareTwoModelsFunction · 0.45
TEST_FFunction · 0.45
compareElevationFunction · 0.45
translateModelMethod · 0.45

Calls

no outgoing calls

Tested by 2

CompareTwoModelsFunction · 0.36
TEST_FFunction · 0.36