trimesh - Man Page

trimesh – A simple command line utility for accessing trimesh functions

Synopsis

trimesh [-h] [-i] [-e EXPORT] [file_name]

Options

Positional Arguments

file_name

Optional Arguments

-h,  --help

Show a help message and exit

-i,  --interact

Get an interactive terminal with trimesh and loaded geometry

-e EXPORT, --export EXPORT

Export a loaded geometry to a new file.

Examples

To display a mesh:

> trimesh hi.stl

To convert a mesh:

> trimesh hi.stl -e hey.glb

Info

October 2024