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

Method isSpaceTypeDefaulted

src/model/Space.cpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 }
472
473 bool Space_Impl::isSpaceTypeDefaulted() const {
474 return isEmpty(OS_SpaceFields::SpaceTypeName);
475 }
476
477 bool Space_Impl::setSpaceType(const SpaceType& spaceType) {
478 return setPointer(OS_SpaceFields::SpaceTypeName, spaceType.handle());

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64