mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
15 lines
285 B
C++
15 lines
285 B
C++
#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);
|
|
} |