Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to use Qt6; Created initial structure of the viewer with Open… #3574

Merged
merged 13 commits into from Aug 31, 2023

Conversation

dushyant-basson
Copy link
Contributor

Updated CMake to use Qt6 and include the new files in the executable. The MainWindow now loads a basic container with QOpenGLWidget set as the central widget. Open file dialog works.
ParseIfcFile - shall contain code to parse the IFC and extract geometry & data.
IfcViewerWidget - shall deal with rendering the parsed geometry.

@Moult
Copy link
Contributor

Moult commented Aug 13, 2023

Nice! I think this addresses #280 - a very old, old bug :)

src/qtviewer/ParseIfcFile.cpp Outdated Show resolved Hide resolved
src/qtviewer/ParseIfcFile.cpp Outdated Show resolved Hide resolved
dushyant-basson and others added 4 commits August 31, 2023 00:48
Co-authored-by: Thomas Krijnen <t.krijnen@gmail.com>
Co-authored-by: Thomas Krijnen <t.krijnen@gmail.com>
@dushyant-basson
Copy link
Contributor Author

Thanks @aothms for that. I had included the schema header to define it for IfcGeom, and I missed out that the iterator header in ifcgeom_schema_agnostic was ultimately providing all the dependencies for the final code. Thanks again for your input! The changes have been applied.

@aothms
Copy link
Member

aothms commented Aug 31, 2023

Thanks @dushyant-basson it's exciting to see this progressing!

@aothms aothms merged commit 504a116 into IfcOpenShell:v0.7.0 Aug 31, 2023
4 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants