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

Method surfacePropertyOtherSideConditionsModel

src/model/Surface.cpp:947–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945 }
946
947 boost::optional<SurfacePropertyOtherSideConditionsModel> Surface_Impl::surfacePropertyOtherSideConditionsModel() const {
948 return getObject<Surface>().getModelObjectTarget<SurfacePropertyOtherSideConditionsModel>(OS_SurfaceFields::OutsideBoundaryConditionObject);
949 }
950
951 bool Surface_Impl::setSurfacePropertyOtherSideConditionsModel(const SurfacePropertyOtherSideConditionsModel& otherSideModel) {
952 boost::optional<Surface> adjacentSurface = this->adjacentSurface();

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateSurfaceMethod · 0.45
translateSubSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36