mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Correct nesting
This commit is contained in:
@@ -1601,10 +1601,9 @@ bool CgalKernel::convert_impl(const taxonomy::boolean_result* br, ifcopenshell::
|
|||||||
auto z = CGAL::to_double(vertex->point().z());
|
auto z = CGAL::to_double(vertex->point().z());
|
||||||
std::wcout << x << " " << y << " " << z << std::endl;
|
std::wcout << x << " " << y << " " << z << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
operands.back().second.push_back(entity_shape);
|
|
||||||
}
|
}
|
||||||
|
operands.back().second.push_back(entity_shape);
|
||||||
}
|
}
|
||||||
|
|
||||||
first = false;
|
first = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user