Using the parsing functionality of IfcOpenShell interactively | IfcOpenShell Academy
Opened this issue · 4 comments
#Using the parsing functionality of IfcOpenShell interactively | IfcOpenShell Academy
Original comment by Amritpal Singh on 2017-03-13 18:17:07
For more detail, refer this link (https://amritpals.com/parsing-functionality-of-ifcopenshell-in-detail).
Original comment by Amritpal Singh on 2017-03-13 18:17:07
For more detail, refer this link (https://amritpals.com/parsing-functionality-of-ifcopenshell-in-detail).
Original comment by thomas on 2017-05-04 12:50:48
Great! Many thanks for this.
Kind regards,
Thomas
Original comment by pragnesh prajapati on 2019-06-12 09:28:38
how to read dimension and coordinate of particular object (like wall, door) from .ifc model ?
Original comment by pragnesh prajapati on 2019-06-12 09:28:38
how to read dimension and coordinate of particular object (like wall, door) from .ifc model ?
Original comment by thomas on 2019-07-29 14:27:12
Have a look at the other tutorials such as http://academy.ifcopenshell.org/using-ifcopenshell-and-pythonocc-to-construct-new-geometry/
One option is to use PythonOCC, it provides a data model that is closest to the original IFC file. Or have a look at the triangle mesh output such as https://pythoncvc.net/?p=822