2016-12-21 23:19:53 +00:00
|
|
|
# meshlabserver
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> Command-line interface for the MeshLab 3D mesh processing software.
|
meshlabserver, nkf, obs, pax, pdfimages, pinky, pssh, s, sd, sendmail, sftp: add link (#6971)
2021-10-17 05:23:56 +01:00
|
|
|
> More information: <https://manned.org/meshlabserver>.
|
2016-12-21 23:19:53 +00:00
|
|
|
|
|
|
|
- Convert an STL file to an OBJ file:
|
|
|
|
|
|
|
|
`meshlabserver -i {{input.stl}} -o {{output.obj}}`
|
|
|
|
|
|
|
|
- Convert a WRL file to a OFF file, including the vertex and face normals in the output mesh:
|
|
|
|
|
|
|
|
`meshlabserver -i {{input.wrl}} -o {{output.off}} -om vn fn`
|
|
|
|
|
|
|
|
- Dump a list of all the available processing filters into a file:
|
|
|
|
|
|
|
|
`meshlabserver -d {{filename}}`
|
|
|
|
|
|
|
|
- Process a 3D file using a filter script created in the MeshLab GUI (Filters > Show current filter script > Save Script):
|
|
|
|
|
|
|
|
`meshlabserver -i {{input.ply}} -o {{output.ply}} -s {{filter_script.mlx}}`
|
|
|
|
|
|
|
|
- Process a 3D file using a filter script, writing the output of the filters into a log file:
|
|
|
|
|
|
|
|
`meshlabserver -i {{input.x3d}} -o {{output.x3d}} -s {{filter_script.mlx}} -l {{logfile}}`
|