8000 Extracting Non-Triangulated Surface Polygons from IFC Models · IfcOpenShell IfcOpenShell · Discussion #6458 · GitHub
[go: up one dir, main page]

Skip to content

Extracting Non-Triangulated Surface Polygons from IFC Models #6458

Answered by aothms
ChSchlaeger asked this question in Q&A
Discussion options

You must be logged in to vote

I am aware of some possibilities using OpenCascade to extract geometry as BRep, but I am struggeling with the install process, and therefore it seems a bit overkill for my current use case. Or is this the route I have to take?

Well, that depends on the question: do you care about the possibility of having a curved wall with openings? Because in that case you do really need the full occt brep model that will tell you you have a Face with a cylindrical surface with exterior and interior bounding wires.

If you do not care / do not expect that, you can have ifcopenshell reverse engineer the polygons (with holes) back from the triangulation.

>>> import ifcopenshell.geom
>>> settings = ifcope…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ChSchlaeger
Comment options

Answer selected by ChSchlaeger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
0