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

Method zOrigin

src/model/Space.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 double Space_Impl::zOrigin() const {
325 boost::optional<double> value = getDouble(OS_SpaceFields::ZOrigin, true);
326 OS_ASSERT(value);
327 return value.get();
328 }
329
330 bool Space_Impl::isZOriginDefaulted() const {
331 return isEmpty(OS_SpaceFields::ZOrigin);

Callers 10

runMethod · 0.45
osm2iso.rbFile · 0.45
test_SurfMatch_TolFixMethod · 0.45
combineSpacesMethod · 0.45
mergeSpaceMethod · 0.45
TEST_FFunction · 0.45
translateThermalZoneMethod · 0.45
translateModelMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 3

test_SurfMatch_TolFixMethod · 0.36
TEST_FFunction · 0.36