Dear developers,
I was trying to test some functionality with a simple concave polygon but hit the following issue - after I draw the desired shape, only the wireframe is correct, but solid representation does not show the original shape. The vtkDelaunay2D also does not preserve the concave shape. This is the outcome I get:
when running this Python code:
python_minEx_drawPolygon.py (2.7 KB)
Am I doing something wrong or perhaps this is a bug? I found some similar issues reported here and here, but no apparent solution seemed to emerge.
Best wishes,
Ugis