From 13f5d2d5dee11c2f48c3484eccddf7dc0859441a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 29 Oct 2021 10:40:15 +0200 Subject: [PATCH] add hdf serializer to wrapper --- src/ifcwrap/IfcGeomWrapper.i | 1 + src/ifcwrap/IfcPython.i | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/ifcwrap/IfcGeomWrapper.i b/src/ifcwrap/IfcGeomWrapper.i index a025f4f9c7..01d2ae6cad 100644 --- a/src/ifcwrap/IfcGeomWrapper.i +++ b/src/ifcwrap/IfcGeomWrapper.i @@ -67,6 +67,7 @@ %include "../ifcgeom_schema_agnostic/GeometrySerializer.h" %include "../serializers/SvgSerializer.h" +%include "../serializers/HdfSerializer.h" %include "../serializers/WavefrontObjSerializer.h" %template(ray_intersection_results) std::vector; diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index e20e09641b..02cad401b2 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -81,6 +81,7 @@ #include "../serializers/SvgSerializer.h" #include "../serializers/WavefrontObjSerializer.h" + #include "../serializers/HdfSerializer.h" #ifdef HAS_SCHEMA_2x3 #include "../ifcparse/Ifc2x3.h" @@ -133,6 +134,7 @@ #include "../serializers/SvgSerializer.h" #include "../serializers/WavefrontObjSerializer.h" + #include "../serializers/HdfSerializer.h" #ifdef HAS_SCHEMA_2x3 #include "../ifcparse/Ifc2x3.h"