Forrest logo
back to context overview

meshlabserver

List of commands for meshlabserver:

  • meshlabserver:tldr:26125 meshlabserver: Dump a list of all the available processing filters into a file.
    $ meshlabserver -d ${filename}
    try on your machine
    explain this command
  • meshlabserver:tldr:78ebd meshlabserver: Convert an STL file to an OBJ file.
    $ meshlabserver -i ${input-stl} -o ${output-obj}
    try on your machine
    explain this command
  • meshlabserver:tldr:bba07 meshlabserver: 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
    try on your machine
    explain this command
  • meshlabserver:tldr:d2a02 meshlabserver: 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}
    try on your machine
    explain this command
  • meshlabserver:tldr:ea9c4 meshlabserver: 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}
    try on your machine
    explain this command
back to context overview