mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +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;
|
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.
|
// Another check in case operands are not extrusion is not fully implemented yet.
|
||||||
if (process_as_2d_polygon(operands, loops, z0, z1)) {
|
if (process_as_2d_polygon(operands, loops, z0, z1)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user