pyvista / pyacvd

Python implementation of surface mesh resampling algorithm ACVD
MIT License
188 stars 16 forks source link

How to load and export mesh #14

Closed HollowHeartNet closed 3 years ago

HollowHeartNet commented 3 years ago

Hi,

I would like to know how to use this library for loading an input mesh from my hard disk and then exporting the remeshed output, for example in OBJ format.

Thank you in advance!

Best, HollowHeartNet

akaszynski commented 3 years ago

Hello,

Please see https://docs.pyvista.org/ for loading *.obj meshes and for saving resulting meshes.

HollowHeartNet commented 3 years ago

@akaszynski Thank you !