Skip to content

use IfcOpenShell to draw ifc in OpenGL #1933

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

You must be logged in to vote

IfcConvert is just one possible use of the "geometry iteration" mechanism we have in IfcOpenShell. Using IfcGeom::Iterator which you can iterate over to give you a bunch of IfcGeom::TriangulationElement. The data model is something you can almost directly feed to OpenGL.

If you want I think it'd make a nice tutorial series for academy.ifcopenshell.org/ so I can help code review and provide feedback if we get a tutorial out of it.

Replies: 1 comment 36 replies

Comment options

You must be logged in to vote
36 replies
@aothms
Comment options

@Ttofuuu
Comment options

@aothms
Comment options

@Ttofuuu
Comment options

@aothms
Comment options

Answer selected by Ttofuuu
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