We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502b845 commit 4a1ddb9Copy full SHA for 4a1ddb9
README.md
@@ -22,7 +22,7 @@ respecting_entities = mvd.get_respecting_entities(file, all_data[1])
22
```python
23
# Create a new file
24
new_file = ifcopenshell.file(schema=file.schema)
25
-proj= file.by_type("IfcProject")[0]
+proj = file.by_type("IfcProject")[0]
26
new_file.add(proj)
27
28
for e in respecting_entities:
0 commit comments