| 259 | } |
| 260 | |
| 261 | bool SubSurface_Impl::isConstructionDefaulted() const { |
| 262 | return isEmpty(OS_SubSurfaceFields::ConstructionName); |
| 263 | } |
| 264 | |
| 265 | bool SubSurface_Impl::setVertices(const std::vector<Point3d>& vertices) { |
| 266 | bool result = PlanarSurface_Impl::setVertices(vertices); |
no test coverage detected