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.
2 parents be72eb4 + 29b641b commit 094f6abCopy full SHA for 094f6ab
README.md
@@ -9,12 +9,12 @@ Python converter from IFC SPF to JSON
9
10
## Usage
11
```
12
-python -i model.ifc -o model_-_ifcjson4.json -v 4
+python ifc2json.py -i model.ifc -o model_-_ifcjson4.json -v 4
13
14
15
optional arguments:
16
-h, --help show this help message and exit
17
-i I input ifc file path
18
-o O output json file path
19
-v V IFC.JSON version, options: "4"(default), "5a"
20
-```
+```
0 commit comments