tree ray intersection

This commit is contained in:
Thomas Krijnen
2021-08-15 20:42:36 +02:00
parent d79298e18d
commit 47b30aa689
3 changed files with 126 additions and 1 deletions
+2
View File
@@ -69,6 +69,8 @@
%include "../serializers/SvgSerializer.h"
%include "../serializers/WavefrontObjSerializer.h"
%template(ray_intersection_results) std::vector<IfcGeom::ray_intersection_result>;
// A Template instantantation should be defined before it is used as a base class.
// But frankly I don't care as most methods are subtlely different anyway.
%include "../ifcgeom/IfcGeomTree.h"