chose the direction of the edge in the triangulate mesh node

Hi all, in both  rhino and grasshopper is there a way to control the direction of triangles when using the command triangulate mesh? I noticed that he always choose the shortest diagonal of the quadrangular face, but I'd like to impose the longest diagonal.

  • up

    riccardo foschi

    I have already found the swap mesh edges command in rhino, but I'd like to do it in grasshopper and to apply it on all new edges which triangulate mesh created

    4
  • up

    Mohamed Naeim

     you can construct a mesh from its vertics using corners order {0,1,3} and {0,2,3}

    1