| 988 | } |
| 989 | |
| 990 | std::string SubSurface_Impl::outsideBoundaryCondition() const { |
| 991 | std::string result; |
| 992 | OptionalSurface oSurface = surface(); |
| 993 | if (oSurface) { |
| 994 | result = oSurface->outsideBoundaryCondition(); |
| 995 | } |
| 996 | return result; |
| 997 | } |
| 998 | |
| 999 | boost::optional<ShadingSurface> SubSurface_Impl::addOverhang(double depth, double offset) { |
| 1000 | std::string subSurfaceType = this->subSurfaceType(); |
no outgoing calls
no test coverage detected