#1153 work on embedding svgfill in ifcopenshell wrapper

This commit is contained in:
Thomas Krijnen
2021-08-07 23:09:19 +02:00
parent 872306fdd0
commit 2f8ff9391c
13 changed files with 197 additions and 9 deletions
+5
View File
@@ -48,6 +48,7 @@
%}
%include "std_array.i"
%include "std_vector.i"
%include "std_string.i"
%include "exception.i"
@@ -111,6 +112,8 @@
#include "../ifcparse/IfcSchema.h"
#include "../ifcparse/utils.h"
#include "../svgfill/src/svgfill.h"
#include <BRepTools_ShapeSet.hxx>
%}
@@ -155,6 +158,8 @@
#include "../ifcparse/IfcSchema.h"
#include "../ifcparse/utils.h"
#include "../svgfill/src/svgfill.h"
#include <BRepTools_ShapeSet.hxx>
%}