mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Fix IfcGeomWrapper.i and IfcParseWrapper.i
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
$result = PyBool_FromLong(static_cast<long>(*$1));
|
$result = PyBool_FromLong(static_cast<long>(*$1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%include "../ifcgeom/ifc_geom_api.h"
|
||||||
%include "../ifcgeom/IfcGeomIteratorSettings.h"
|
%include "../ifcgeom/IfcGeomIteratorSettings.h"
|
||||||
%include "../ifcgeom/IfcGeomElement.h"
|
%include "../ifcgeom/IfcGeomElement.h"
|
||||||
%include "../ifcgeom/IfcGeomMaterial.h"
|
%include "../ifcgeom/IfcGeomMaterial.h"
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ namespace IfcUtil {
|
|||||||
%}
|
%}
|
||||||
};
|
};
|
||||||
|
|
||||||
%include "../ifcparse/IfcParse_Export.h"
|
%include "../ifcparse/ifc_parse_api.h"
|
||||||
%include "../ifcparse/IfcSpfHeader.h"
|
%include "../ifcparse/IfcSpfHeader.h"
|
||||||
%include "../ifcparse/IfcFile.h"
|
%include "../ifcparse/IfcFile.h"
|
||||||
%include "../ifcparse/IfcLateBoundEntity.h"
|
%include "../ifcparse/IfcLateBoundEntity.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user