Hi, I would like to ask about the geometry of the Polyhedron object. When I select a polyhedron and use GetVertices(), I receive a list of points sorted in a counter-clockwise order. However, if I make a small modification, like using the CutPolyhedronWithPlane() function, the list returned by GetVertices() no longer follows the counter-clockwise order. This makes it difficult to sort the points correctly to get the actual geometry. Is there any way to always retrieve the list of points in counter-clockwise order or a method to sort the points correctly again?
Thank you!