mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Updated readme usage links
This commit is contained in:
committed by
Thomas Krijnen
parent
f1977643b6
commit
39fa932037
@@ -179,14 +179,14 @@ Usage examples
|
|||||||
|
|
||||||
**Invoking IfcConvert from the command line**
|
**Invoking IfcConvert from the command line**
|
||||||
|
|
||||||
$ wget ftp://ftp.dds.no/pub/ifc/Munkerud/Munkerud_hus6_BE.zip
|
$ wget -O duplex.zip https://portal.nibs.org/files/wl/\?id=4DsTgHFQAcOXzFetxbpRCECPbbfUqpgo
|
||||||
$ unzip Munkerud_hus6_BE.zip
|
$ unzip duplex.zip
|
||||||
$ ./IfcConvert Munkerud_hus6_BE.ifc
|
$ ./IfcConvert Duplex_A_20110907_optimized.ifc
|
||||||
$ less Munkerud_hus6_BE.obj
|
$ less Duplex_A_20110907_optimized.obj
|
||||||
|
|
||||||
**Using the IfcOpenShell Python interface**
|
**Using the IfcOpenShell Python interface**
|
||||||
|
|
||||||
$ wget -O duplex.zip https://portal.nibs.org/files/wl/?id=4DsTgHFQAcOXzFetxbpRCECPbbfUqpgo
|
$ wget -O duplex.zip https://portal.nibs.org/files/wl/\?id=4DsTgHFQAcOXzFetxbpRCECPbbfUqpgo
|
||||||
$ unzip duplex.zip
|
$ unzip duplex.zip
|
||||||
$ python
|
$ python
|
||||||
>>> import ifcopenshell
|
>>> import ifcopenshell
|
||||||
|
|||||||
Reference in New Issue
Block a user