Fixes for transform and mapped item reuse in taxonomy

This commit is contained in:
Thomas Krijnen
2020-07-09 22:09:54 +02:00
parent 0e2bac5e3b
commit 6d59e6ea90
7 changed files with 162 additions and 109 deletions
-5
View File
@@ -15,15 +15,10 @@ namespace ifcopenshell {
namespace geometry {
class Element;
class NativeElement;
struct geometry_conversion_task {
int index;
IfcUtil::IfcBaseEntity* representation;
IfcEntityList::ptr products;
std::vector<ifcopenshell::geometry::NativeElement*> breps;
std::vector<ifcopenshell::geometry::Element*> elements;
};
typedef boost::function<bool(IfcUtil::IfcBaseEntity*)> filter_t;