Fix IfcGeomWrapper.i and IfcParseWrapper.i

This commit is contained in:
Stinkfist0
2016-08-06 18:19:27 +03:00
parent 4ebee68736
commit 97a62f45d0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@
$result = PyBool_FromLong(static_cast<long>(*$1));
}
%include "../ifcgeom/ifc_geom_api.h"
%include "../ifcgeom/IfcGeomIteratorSettings.h"
%include "../ifcgeom/IfcGeomElement.h"
%include "../ifcgeom/IfcGeomMaterial.h"
+1 -1
View File
@@ -199,7 +199,7 @@ namespace IfcUtil {
%}
};
%include "../ifcparse/IfcParse_Export.h"
%include "../ifcparse/ifc_parse_api.h"
%include "../ifcparse/IfcSpfHeader.h"
%include "../ifcparse/IfcFile.h"
%include "../ifcparse/IfcLateBoundEntity.h"