Is it possible to read a DXF file and display it on the screen in Qt
General and Desktop
3
Posts
2
Posters
2.5k
Views
1
Watching
-
There's a separate module called Qt3D that handles loading 3d scenes.
Looking at "the source tree":https://qt.gitorious.org/qt/qt3d/source/8069b77ed6d579a568f05f818166c375bf5f6e1a:3rdparty/assimp/code it looks like there's a loader for DXF but I don't know how complete is it.Here's a wiki on some basic usage: "Loading a 3D model":http://qt-project.org/wiki/Loading-a-3D-Model