mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 11:53:44 +00:00
heap alloc for eigen types for alignment issues
This commit is contained in:
@@ -7,8 +7,8 @@ void ifcopenshell::geometry::CgalShape::Triangulate(const settings& settings, co
|
||||
// Copy is made because triangulate_faces() does not accept a const argument
|
||||
cgal_shape_t s = shape_;
|
||||
|
||||
if (!place.components.isIdentity()) {
|
||||
const auto& m = place.components;
|
||||
if (!place.components->isIdentity()) {
|
||||
const auto& m = *place.components;
|
||||
|
||||
// @todo check
|
||||
const cgal_placement_t trsf(
|
||||
|
||||
Reference in New Issue
Block a user