| 49 | : PlanarSurface_Impl(other, model, keepHandle) {} |
| 50 | |
| 51 | boost::optional<ParentObject> ShadingSurface_Impl::parent() const { |
| 52 | boost::optional<ParentObject> result; |
| 53 | result = this->shadingSurfaceGroup(); |
| 54 | return result; |
| 55 | } |
| 56 | |
| 57 | std::vector<ModelObject> ShadingSurface_Impl::children() const { |
| 58 | std::vector<ModelObject> result; |
nothing calls this directly
no test coverage detected