pymesh icon indicating copy to clipboard operation
pymesh copied to clipboard

Library for manipulating (Translate, Rotate and Scale) 3D data using numpy. Currently, this library supports STL & OBJ.

Results 5 pymesh issues
Sort by recently updated
recently updated
newest added

I can read a stream of bytes from a file online, would be great if I could also pass bytes to obj. instead of having to save my file locally...

This library seems to have nothing to do with [PyMesh](https://pymesh.readthedocs.io/en/latest/) A note or hint would be nice.

>>> mesh = obj.Obj('dapeng.obj') Traceback (most recent call last): File "/home/quantumliu/anaconda3/lib/python3.5/site-packages/pymesh/obj.py", line 52, in __read elif line.lstrip().startswith("vn"): TypeError: startswith first arg must be bytes or a tuple of bytes, not...

Hi ! I have tried the code provided to rotate the .obj mesh but I want to only retrieve the vertices of the rotated mesh. How to do this. Also,...

Hi! Is not posible to save an stl in other folder. https://github.com/taxpon/pymesh/blob/a90b3b2ed1408d793f3b5208dd8087b08fb7c92e/pymesh/base.py#L222 That line extracts the filename from the path, maybe hardcoding` filename = path` works well... Regards, Xabier