1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH MESHIO "1" "October 2021" "MESHIO" "User Commands"
.SH NAME
meshio \- mesh conversion utility
.SH DESCRIPTION
usage: meshio [\-h] [\-\-version]
.IP
{convert,c,info,i,compress,decompress,ascii,a,binary,b} ...
.PP
Mesh input/output tools.
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-version\fR, \fB\-v\fR
display version information
.SS "subcommands:"
.IP
{convert,c,info,i,compress,decompress,ascii,a,binary,b}
.TP
convert (c)
Convert mesh files
.TP
info (i)
Print mesh info
.TP
compress
Compress mesh file
.TP
decompress
Decompress mesh file
.TP
ascii (a)
Convert to ASCII
.TP
binary (b)
Convert to binary
.SH COPYRIGHT
Copyright \(co 2015\-2021 Nico Schlömer et al.
|