In order for the polygon to be displayed normally, I need use vtkTriangleFilter
to guarantee this.
So if i use vtkProperty::SetEdgexxxx
, it will result in the following.
A square only have four edges, but the square shows five sides in the window.
Anyway, thanks for your reply.