0

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...

Jenifer
  • 1
  • 1
  • There is no `load_mesh` anywhere in the repository: https://github.com/search?q=user%3Ataxpon+load_mesh – phd Feb 26 '22 at 15:06
  • I couldn't understand please give any example – Jenifer Feb 26 '22 at 15:35
  • **There is no `load_mesh`** in pymesh. This is an example of loading data: https://github.com/taxpon/pymesh#load-data – phd Feb 26 '22 at 15:39

0 Answers0