insertEdges with IntersectingConstraintEdges::TryResolve #214
Closed
Debitsch-Faro
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Dear Rasmus, docs state in two places that |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I observed that adding edges with insertEdges in a triangulation created with intersecting edges strategy "TryResolve" may add new vertices to the triangulation. The docs say that no new vertices are added. Is this the expected behavior?
Using the other strategies works as expected: NotAllowed throws an error and DontCheck ignores the problem.
Thanks
Rasmus
Beta Was this translation helpful? Give feedback.
All reactions