IfcOpenShell / utterances

1 stars 0 forks source link

Using the parsing functionality of IfcOpenShell interactively | IfcOpenShell Academy #3

Open IfcOpenBot opened 3 years ago

IfcOpenBot commented 3 years ago

Using the parsing functionality of IfcOpenShell interactively | IfcOpenShell Academy

url

IfcOpenBot commented 3 years ago

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).

IfcOpenBot commented 3 years ago

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

IfcOpenBot commented 3 years ago

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 ?

IfcOpenBot commented 3 years ago

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