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

Method yOrigin

src/model/Space.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 double Space_Impl::yOrigin() const {
315 boost::optional<double> value = getDouble(OS_SpaceFields::YOrigin, true);
316 OS_ASSERT(value);
317 return value.get();
318 }
319
320 bool Space_Impl::isYOriginDefaulted() const {
321 return isEmpty(OS_SpaceFields::YOrigin);

Callers 7

test_SurfMatch_TolFixMethod · 0.45
combineSpacesMethod · 0.45
mergeSpaceMethod · 0.45
TEST_FFunction · 0.45
translateThermalZoneMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 3

test_SurfMatch_TolFixMethod · 0.36
TEST_FFunction · 0.36