mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
debugging tip
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user