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

Method xOrigin

src/model/Space.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 double Space_Impl::xOrigin() const {
305 boost::optional<double> value = getDouble(OS_SpaceFields::XOrigin, true);
306 OS_ASSERT(value);
307 return value.get();
308 }
309
310 bool Space_Impl::isXOriginDefaulted() const {
311 return isEmpty(OS_SpaceFields::XOrigin);

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