File: vedo-convert.1

package info (click to toggle)
vedo 2020.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,676 kB
  • sloc: python: 26,193; xml: 437; sh: 199; makefile: 21
file content (109 lines) | stat: -rw-r--r-- 3,052 bytes parent folder | download | duplicates (3)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
'\" t
.\"     Title: vedo-convert
.\"    Author: Drew Parsons <dparsons@debian.org>
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 06/28/2020
.\"    Manual: vedo-convert manual
.\"    Source: vedo-convert
.\"  Language: English
.\"
.TH "VEDO\-CONVERT" "1" "06/28/2020" "vedo-convert" "vedo-convert manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
vedo-convert \- convert vtk file formats
.SH "SYNOPSIS"
.HP \w'\fBvedo\-convert\fR\ 'u
\fBvedo\-convert\fR [\fB\-h\fR | \fB\-\-help\fR] [\fB\-to\fR] [\fIfiles\fR [\fIfiles\ \&.\&.\&.\fR]]
.SH "DESCRIPTION"
.PP
This manual page documents briefly the
\fBvedo\-convert\fR
command\&.
.PP
This manual page was written for the Debian distribution because the original program does not have a manual page\&.
.PP
\fBvedo\-convert\fR
is a program that converts between VTK file formats
.SH "OPTIONS"
.PP
\fB\fIfiles\fR\fR, \fB\fIfiles\fR\fR
.RS 4
Input files to be converted
.RE
.PP
\fB\-h\fR, \fB\-\-help\fR
.RS 4
Show summary of options\&.
.RE
.PP
\fB\-n\fR, \fB\-\-normalize\fR
.RS 4
normalize target size\&.
.RE
.PP
\fB\-c\fR, \fB\-\-clean\fR
.RS 4
remove coincident points\&.
.RE
.PP
\fB\-m\fR, \fB\-\-mirror\fR
.RS 4
mirror along the x\-axis\&.
.RE
.PP
\fB\-b\fR, \fB\-\-binary\fR
.RS 4
whether output is binary or not\&.
.RE
.PP
\fB\-t\fR, \fB\-\-triangle\fR
.RS 4
Convert polygons to triangles\&.
.RE
.PP
\fB\-to\fR
.RS 4
target format [vtk]\&. Allowed targets: [\*(Aqvtk\*(Aq, \*(Aqvtp\*(Aq, \*(Aqvtu\*(Aq, \*(Aqvts\*(Aq, \*(Aqply\*(Aq, \*(Aqstl\*(Aq, \*(Aqbyu\*(Aq, \*(Aqxml\*(Aq]
.RE
.SH "SEE ALSO"
.PP
\fBvedo\fR(1)
.PP
The programs are documented fully at
\m[blue]\fB\%https://vedo.embl.es/\fR\m[]\&.
.SH "AUTHOR"
.PP
\fBDrew Parsons\fR <\&dparsons@debian\&.org\&>
.RS 4
Wrote this manpage for the Debian system\&.
.RE
.SH "COPYRIGHT"
.br
Copyright \(co 2019 Drew Parsons
.br
.PP
This manual page was written for the Debian system (and may be used by others)\&.
.PP
Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License\&.
.PP
On Debian systems, the complete text of the MIT License can be found in
/usr/share/doc/python3\-vedo/copyright\&.
.sp