3DLIRIOUS / MeshLabXML

Create and run MeshLab XML scripts with Python
GNU Lesser General Public License v2.1
202 stars 43 forks source link

Import any kind of file. #19

Closed MohamadZohoori closed 4 years ago

MohamadZohoori commented 4 years ago

Hi,

How can I import any kind of file like .stl mesh or .xyz mesh in my python script to apply filters and make the necessary changes on it?

Please send me the script. Because I did not find it in the documentations.

Thanks in advance for your help.

Mohamad

3DLIRIOUS commented 4 years ago

You define input files in the file_in parameter to the FilterScript class or the mlx.run function.