| 322 | } |
| 323 | |
| 324 | ShadingSurfaceVector ShadingSurfaceGroup_Impl::shadingSurfaces() const { |
| 325 | return getObject<ModelObject>().getModelObjectSources<ShadingSurface>(ShadingSurface::iddObjectType()); |
| 326 | } |
| 327 | |
| 328 | boost::optional<SubSurface> ShadingSurfaceGroup_Impl::shadedSubSurface() const { |
| 329 | boost::optional<SubSurface> result; |