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

Method setYOrigin

src/model/Space.cpp:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 }
371
372 bool Space_Impl::setYOrigin(double yOrigin, bool driverMethod) {
373 bool result = setDouble(OS_SpaceFields::YOrigin, yOrigin, driverMethod);
374 OS_ASSERT(result);
375 return result;
376 }
377
378 void Space_Impl::resetYOrigin() {
379 bool result = setString(OS_SpaceFields::YOrigin, "");

Callers 10

test_SurfMatch_TolFixMethod · 0.45
combineSpacesMethod · 0.45
mergeSpaceMethod · 0.45
addExampleModelObjectsFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateZoneMethod · 0.45
testModelFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_SurfMatch_TolFixMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
testModelFunction · 0.36