How to make vertex colored squares show black borders

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.