mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
add (in() IfcGeomShapes
This commit is contained in:
committed by
Thomas Krijnen
parent
00f779fc49
commit
1ae7bd3a9a
@@ -1368,7 +1368,7 @@ namespace {
|
||||
|
||||
// @todo this probably still does not work on a closed wire consisting of one (circular) edge.
|
||||
|
||||
while (sorted_edges.size() < num_edges &&
|
||||
while ((int) sorted_edges.size() < num_edges &&
|
||||
(!v0.IsSame(v1) || ignore_first_equality_because_closed))
|
||||
{
|
||||
ignore_first_equality_because_closed = false;
|
||||
|
||||
Reference in New Issue
Block a user