mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 00:10:01 +00:00
Fix compilation of IfcMax by separating ShapeList definition into different header
This commit is contained in:
@@ -40,10 +40,9 @@
|
||||
#include "../ifcparse/IfcParse.h"
|
||||
#include "../ifcparse/IfcUtil.h"
|
||||
|
||||
namespace IfcGeom {
|
||||
typedef std::pair<gp_GTrsf*,const TopoDS_Shape*> LocationShape;
|
||||
typedef std::vector<LocationShape> ShapeList;
|
||||
#include "../ifcgeom/IfcShapeList.h"
|
||||
|
||||
namespace IfcGeom {
|
||||
bool convert_wire_to_face(const TopoDS_Wire& wire, TopoDS_Face& face);
|
||||
bool convert_shapes(const IfcUtil::IfcBaseClass* L, ShapeList& result);
|
||||
bool is_shape_collection(const IfcUtil::IfcBaseClass* L);
|
||||
|
||||
Reference in New Issue
Block a user