mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 17:16:24 +00:00
Commit debugging trick comment analogous to occt kernel
This commit is contained in:
@@ -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;
|
first = true;
|
||||||
|
|
||||||
std::list<cgal_shape_t> ops;
|
std::list<cgal_shape_t> ops;
|
||||||
|
|||||||
Reference in New Issue
Block a user