Reorder node list

I have 2 quadrilateral faces that selected from Revit.
I want to:

  1. reorder the node list in face A in the countclock direction (red text), the black text represent its original node ID.
  2. reorder the node list in face B in the same way, the start point should be at the “same” location as that in the face A.

1

You’ll just need to reverse list and shift indices

ReOrderPtsTest.rfa (412 KB) @Vikram_Subbaiah, @Xiaofei_Ying is more elegant than mine but this was my go at it.

1 Like