Hi All,
Anyone knows what the problem is and how to fix it?
Hello,
Face.Vertices
requires faces of a geometric (solid) topology.
Use Surface.PerimeterCurves
for a surface
or get the face from the surface
2 Likes
You could also use Topology.Vertices directly
3 Likes