mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Updated to use Qt6; Created initial structure of the viewer with OpenGL widget
This commit is contained in:
committed by
Thomas Krijnen
parent
b6f2fdef77
commit
10aca77de4
@@ -0,0 +1,15 @@
|
||||
#include "ParseIfcFile.h"
|
||||
|
||||
#include "../ifcparse/Ifc2x3.h"
|
||||
#define IfcSchema Ifc2x3
|
||||
|
||||
#include "../ifcgeom/IfcGeom.h"
|
||||
|
||||
ParseIfcFile::ParseIfcFile() {}
|
||||
|
||||
ParseIfcFile::~ParseIfcFile() {}
|
||||
|
||||
void ParseIfcFile::Parse(const std::string& filePath)
|
||||
{
|
||||
//IfcParse::IfcFile ifcFile(filePath);
|
||||
}
|
||||
Reference in New Issue
Block a user