I was faced the problem related to pymesh

753 Views Asked by At

this is my code... import pymesh mesh = pymesh.load_mesh("cube.stl");

I got error like this mesh_B = pymesh.load_mesh("cube.stl"); AttributeError: module 'pymesh' has no attribute 'load_mesh'

please help me to fix this error...and guide me how to install and setup pymesh

Thankyou...

0

There are 0 best solutions below