LinuxCommandLibrary

meshlabserver

command-line interface for MeshLab

TLDR

Apply filter script to mesh

$ meshlabserver -i [input.obj] -o [output.obj] -s [script.mlx]
copy
Convert mesh format
$ meshlabserver -i [input.stl] -o [output.ply]
copy
Apply script with log
$ meshlabserver -i [input.obj] -o [output.obj] -s [script.mlx] -l [log.txt]
copy

SYNOPSIS

meshlabserver [options]

DESCRIPTION

meshlabserver is the command-line interface for MeshLab. Processes 3D meshes non-interactively using filter scripts. Supports format conversion and mesh processing automation.

PARAMETERS

-i file

Input mesh file.
-o file
Output mesh file.
-s file
Filter script file (.mlx).
-l file
Log file.
-om options
Output mesh options.

SEE ALSO

meshlab(1), blender(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community