 |
TriangulatorFailedToFindPolygonEars Property |
FailedToFindPolygonEars is set to true, when this triangulator fails to find ears in the polygon
and because of this it needs to use the triangle fan algorithm as a fallback.
This may produce invalid triangulation with intersecting triangles.
In this case you may want try to reverse the order of positions,
or set
OrderHolesByXPosition to false and then add holes in a different order.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic bool FailedToFindPolygonEars { get; }Property Value
Boolean
See Also