-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constrained delaunay failing at PointTriangulationIntersection.TriangulationWalk #8
Comments
Same for me, here is the complete error flow :
|
same for me NullReferenceException: Object reference not set to an instance of an object |
Hello. I'm trying to create a constrained delaunay graph using _Delaunay.ConstrainedBySloan and I'm getting the below error:
NullReferenceException: Object reference not set to an instance of an object
Habrador_Computational_Geometry.PointTriangulationIntersection.TriangulationWalk
_Habrador Computational Geometry Library/1. Intersection/PointTriangulationIntersection.cs:149
My parameters are in the right clockwise (or anti clockwise) direction so I'm not sure what I'm missing.
Is there anything you can suggest that might help? I couldn't see a functioning example for constrained delaunay other than the ear clipping one, and that seems to fail with more than one hole in a square hull. Thanks!
The text was updated successfully, but these errors were encountered: