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

Method multiplier

src/gltf/GltfModelObjectMetaData.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 };
153
154 int GltfModelObjectMetaData::multiplier() const {
155 return m_multiplier;
156 }
157 void GltfModelObjectMetaData::setMultiplier(int multiplier) {
158 m_multiplier = multiplier;
159 };

Callers 2

translateBuildingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected