I am trying to use numpy-stl to extract the vertices from an stl model to use for coherent point drift registration. How do you go about extracting the vertices? I understand how to create a mesh from a list of vertices and faces, but not how to go backwards.
I've tried: Creating a new mesh from vertices and faces. Importing created mesh.
int(cuboid.vectors.size/3)
– Unfasten