wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
605 stars 103 forks source link

How to convert the stl file to ply file? #140

Closed zhangxiaodi closed 3 years ago

zhangxiaodi commented 3 years ago

is this framework implement that operator?

wolph commented 3 years ago

Currently the library supports binary, ascii and ascill multimodel STL files.

The PLY format doesn't look all that difficult so it's probably easy enough to implement but it's not supported currently.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.