← 返回命令列表

Linux command

meshlab 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start MeshLab GUI

meshlab

Open mesh file

meshlab [model.stl]

Convert mesh format

meshlabserver -i [input.obj] -o [output.stl]

Apply filter script

meshlabserver -i [input.ply] -o [output.ply] -s [filters.mlx]

Batch process files

meshlabserver -i [input.stl] -o [output.stl] -s [script.mlx]

说明

MeshLab is an open-source system for processing and editing 3D triangular meshes. It provides tools for cleaning, healing, inspecting, rendering, and converting meshes. meshlabserver is the command-line version for batch processing.

参数

-i _file_
Input mesh file.
-o _file_
Output mesh file.
-s _script_
Filter script (.mlx).
-l _file_
Log file.
-om _mask_
Output mask options.

FAQ

What is the meshlab command used for?

MeshLab is an open-source system for processing and editing 3D triangular meshes. It provides tools for cleaning, healing, inspecting, rendering, and converting meshes. meshlabserver is the command-line version for batch processing.

How do I run a basic meshlab example?

Run `meshlab` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -i _file_ do in meshlab?

Input mesh file.