Commit debugging trick comment analogous to occt kernel

This commit is contained in:
Thomas Krijnen
2023-12-11 21:00:54 +01:00
parent c7a2abdf2d
commit df0e64a68a
+15
View File
@@ -1966,6 +1966,21 @@ bool CgalKernel::convert_impl(const taxonomy::boolean_result::ptr br, Conversion
}
*/
/*
// debugging trick
for (auto& p : operands) {
for (auto& s : p.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;
*/
first = true;
std::list<cgal_shape_t> ops;