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

Method resetDirectionofRelativeNorth

src/model/Space.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 void Space_Impl::resetDirectionofRelativeNorth() {
357 bool result = setString(OS_SpaceFields::DirectionofRelativeNorth, "");
358 OS_ASSERT(result);
359 }
360
361 bool Space_Impl::setXOrigin(double xOrigin, bool driverMethod) {
362 bool result = setDouble(OS_SpaceFields::XOrigin, xOrigin, driverMethod);

Callers 2

mergeSpaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected