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

Method setNominalZCoordinate

src/gltf/GltfModelObjectMetaData.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 return m_nominalZCoordinate;
142 }
143 void GltfModelObjectMetaData::setNominalZCoordinate(double nominalZCoordinate) {
144 m_nominalZCoordinate = nominalZCoordinate;
145 };
146
147 double GltfModelObjectMetaData::nominalFloortoCeilingHeight() const {
148 return m_nominalFloortoCeilingHeight;

Callers 1

testModelFunction · 0.45

Calls

no outgoing calls

Tested by 1

testModelFunction · 0.36