Quad Problem deleting edge?

Quad Problem deleting edge?

I have a polygon object I want to turn it into a quad instead of tri,
When I delete the edge it doesn't work right.
I'm thinking it should turn to a quad but it doesn't.
Any idea why.
Thank you
 

Attachments

  • TextQuestion1.gif
    TextQuestion1.gif
    25.2 KB · Views: 227
Last edited:
This is correct as you´re deleting the upper right point as well and the polygon will collapse to its remaining anchor points.
In situation you can use insert point at the diagonal edge and weld-to-first point to make these 2 tris one quad like so:

Cheers
Frank
 

Attachments

  • Make2Tris1Quad.jpeg
    Make2Tris1Quad.jpeg
    40.5 KB · Views: 198
Last edited:
Back
Top