mark bounds as external based on entity type

This commit is contained in:
Thomas Krijnen
2019-09-01 18:46:11 +02:00
parent 8efb86420e
commit bed9c44883
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ namespace kernels {
bool convert(const taxonomy::shell* l, cgal_shape_t& shape);
virtual bool convert_impl(const taxonomy::shell*, ifcopenshell::geometry::ConversionResults&);
virtual bool convert_impl(const taxonomy::extrusion*, ifcopenshell::geometry::ConversionResults&);
// virtual bool convert_impl(const taxonomy::extrusion*, ifcopenshell::geometry::ConversionResults&);
};
}