mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix temporary solution storage in arrange polygons
This commit is contained in:
@@ -2386,7 +2386,7 @@ extend_end_vertices_based_on_input_simple(
|
||||
continue;
|
||||
}
|
||||
auto d = (M - *result).squared_length();
|
||||
solutions.emplace_back(d, *result, *it->second.begin());
|
||||
solutions.emplace_back(d, M, *it->second.begin());
|
||||
} else {
|
||||
std::cout << "Unable to find projection or intersection point for interior boundary pass " << pass << " [round 1] (" << M.x() << " " << M.y() << ")" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user