You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read a 'obj' file, and the face_matrix() and vertex_matrix() return correct data, but when I using edge_number() I got 0, edge_matrix() also returns an empty list.
It seems that the two functions have not been implemented?
The text was updated successfully, but these errors were encountered:
As already mentioned here, the Edge Matrix in VCGLib, MeshLab and PyMeshLab is not related and has nothing to do with the the mesh faces.
Edges are other elements that could be computed using some filters, or added manually. This aspect will be better specified in the documentation for the next version of pymeshlab.
If you need a list of the edges composing the faces of the mesh, you'll have to generate it by yourself starting from the face_matrix().
As already mentioned here, the Edge Matrix in VCGLib, MeshLab and PyMeshLab is not related and has nothing to do with the the mesh faces. Edges are other elements that could be computed using some filters, or added manually. This aspect will be better specified in the documentation for the next version of pymeshlab.
If you need a list of the edges composing the faces of the mesh, you'll have to generate it by yourself starting from the face_matrix().
I read a 'obj' file, and the face_matrix() and vertex_matrix() return correct data, but when I using edge_number() I got 0, edge_matrix() also returns an empty list.
It seems that the two functions have not been implemented?
The text was updated successfully, but these errors were encountered: