mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
Updated to use Qt6; Created initial structure of the viewer with OpenGL widget
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef PARSEIFCFILE_H
|
||||
#define PARSEIFCFILE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class ParseIfcFile
|
||||
{
|
||||
public:
|
||||
ParseIfcFile();
|
||||
~ParseIfcFile();
|
||||
|
||||
void Parse(const std::string& filePath);
|
||||
};
|
||||
|
||||
#endif // PARSEIFCFILE_H
|
||||
Reference in New Issue
Block a user