| 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(); |
no outgoing calls