(g)
| 107 | ): |
| 108 | |
| 109 | def by_guid(g): |
| 110 | for f in files: |
| 111 | try: |
| 112 | return f.by_guid(g) |
| 113 | except: |
| 114 | pass |
| 115 | |
| 116 | geom_settings = ifcopenshell.geom.settings( |
| 117 | # when not doing booleans, proper solids from shells isn't a requirement |
no test coverage detected