mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +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;
|
continue;
|
||||||
}
|
}
|
||||||
auto d = (M - *result).squared_length();
|
auto d = (M - *result).squared_length();
|
||||||
solutions.emplace_back(d, *result, *it->second.begin());
|
solutions.emplace_back(d, M, *it->second.begin());
|
||||||
} else {
|
} else {
|
||||||
std::cout << "Unable to find projection or intersection point for interior boundary pass " << pass << " [round 1] (" << M.x() << " " << M.y() << ")" << std::endl;
|
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