@vincentfs wrote:
Hi everyone,
I am really confused. I have a mesh whose vertices are different from the point I can see in the UI.
I got the orange points by doing the following. But the points do not align with the actual shape?
for vt in mesh.Vertices:
sc.doc.Objects.AddPoint(vt)
Am I missing something? How can I get the actual vertices (meaning the points used to display the mesh)?Much appreciate!
Posts: 7
Participants: 4