| 696 | } |
| 697 | |
| 698 | InteriorPartitionSurfaceGroupVector Space_Impl::interiorPartitionSurfaceGroups() const { |
| 699 | return getObject<ModelObject>().getModelObjectSources<InteriorPartitionSurfaceGroup>(InteriorPartitionSurfaceGroup::iddObjectType()); |
| 700 | } |
| 701 | |
| 702 | SurfaceVector Space_Impl::surfaces() const { |
| 703 | return getObject<ModelObject>().getModelObjectSources<Surface>(Surface::iddObjectType()); |
no test coverage detected