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

Method nominalFloortoCeilingHeight

src/gltf/GltfModelObjectMetaData.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 };
146
147 double GltfModelObjectMetaData::nominalFloortoCeilingHeight() const {
148 return m_nominalFloortoCeilingHeight;
149 }
150 void GltfModelObjectMetaData::setNominalFloortoCeilingHeight(double nominalFloortoCeilingHeight) {
151 m_nominalFloortoCeilingHeight = nominalFloortoCeilingHeight;
152 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected