mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
MESHLABSERVER(1)
|
|
================
|
|
|
|
|
|
NAME
|
|
----
|
|
meshlabserver - a tool for mesh inspection, processing, and conversion
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
meshlabserver [-i inputmesh] [-o outputmesh] [-s scriptfile]
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
MeshLab is an open source, portable, and extensible system for the
|
|
processing and editing of unstructured 3D triangular meshes. The system is
|
|
aimed to help the processing of the typical not-so-small unstructured models
|
|
arising in 3D scanning, providing a set of tools for editing, cleaning,
|
|
healing, inspecting, rendering and converting this kind of meshes.
|
|
The system is based on the VCG library developed at the Visual Computing Lab
|
|
of ISTI - CNR.
|
|
|
|
|
|
OPTIONS
|
|
-------
|
|
-i inputmesh::
|
|
The mesh file to be loaded.
|
|
|
|
-o outputmesh::
|
|
The mesh file where to write the result.
|
|
|
|
-s script::
|
|
The script to be applied.
|
|
|
|
|
|
There must be exactly one input mesh and at most one output mesh. Script is
|
|
optional and must be in the format saved by meshlabserver. The format of the
|
|
output mesh is guessed from the used extension.
|
|
|
|
|
|
SEE ALSO
|
|
--------
|
|
meshlab (1)
|
|
|
|
|
|
RESOURCES
|
|
---------
|
|
Documentation wiki: http://meshlab.sourceforge.net/wiki[]
|
|
|
|
|
|
COPYING
|
|
-------
|
|
MeshLab Copyright 2005-2008 by Visual Computing Lab - ISTI CNR
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or (at
|
|
your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
General Public License for more details.
|