debugging tip

This commit is contained in:
Thomas Krijnen
2020-10-29 16:06:11 +01:00
parent d181d03a21
commit 7bc411ac9b
+14
View File
@@ -1662,6 +1662,20 @@ bool CgalKernel::convert_impl(const taxonomy::boolean_result* br, ifcopenshell::
first = false;
}
/*
for (auto& li : operands) {
for (auto& s : li.second) {
results.emplace_back(ConversionResult(
br->instance->data().id(),
br->matrix,
new CgalShape(s),
br->surface_style ? br->surface_style : first_item_style
));
}
}
return true;
*/
/*
// Another check in case operands are not extrusion is not fully implemented yet.
if (process_as_2d_polygon(operands, loops, z0, z1)) {