1:orphan:
2
3.. Auto-generated by help-rst from "mirtk remesh-surface -h" output
4
5remesh-surface
6==============
7
8.. program:: remesh-surface
9
10
11Synopsis
12--------
13
14::
15
16    remesh-surface <input> <output> [options]
17
18
19Description
20-----------
21
22.. include:: _descriptions/remesh-surface.rst
23
24
25
26Arguments
27---------
28
29.. option:: input
30
31   Input surface mesh.
32
33.. option:: output
34
35   Output surface mesh.
36
37
38Command options
39---------------
40
41.. option:: -target <file>
42
43   Find closest cell points on target surface and use these as new point locations.
44   (default: use points of input mesh)
45
46.. option:: -edgelength <float>...
47
48   Average edge length. (default: [0, inf)
49
50.. option:: -min-edgelength <float>...
51
52   Minimum edge length. (default: 0)
53
54.. option:: -max-edgelength <float>...
55
56   Maximum edge length. (default: inf)
57
58.. option:: -adaptive-edgelength <name>
59
60   Name of point data array to use for adapting the edge length range. (default: none)
61
62.. option:: -melting-order <none|area|shortest>
63
64   Order in which to process cells in melting pass. (default: area)
65
66.. option:: -melt-nodes, -nomelt-nodes
67
68   Whether to allow removal of adjacent nodes with connectivity three
69   during melting pass. (default: yes)
70
71.. option:: -melt-triangles, -nomelt-triangles
72
73   Whether to melt triangles when all three edges are too short. (default: no)
74
75.. option:: -invert-long-edges, -noinvert-long-edges
76
77   Enable/disable inversion of triangles sharing one too long edge. (default: no)
78
79.. option:: -invert-min-height, -noinvert-min-height
80
81   Enable/disable inversion of triangles when it increases the minimum height. (default: yes)
82
83.. option:: -noinversion
84
85   Disable :option:`-invert-long-edges` and :option:`-invert-min-height`.
86
87
88Output options
89--------------
90
91.. option:: -write-all
92
93   Write also intermediate meshes when more than one edge length range
94   was specified. Output file names contain the level number as suffix. (default: off)
95
96.. option:: -ascii, -noascii
97
98   Write legacy VTK in ASCII or binary format. (default: input type)
99
100.. option:: -binary, -nobinary
101
102   Write legacy VTK in ASCII or binary format. (default: input type)
103
104.. option:: -compress, -nocompress
105
106   Write XML VTK file with or without compression. (default: on)
107
108
109Standard options
110----------------
111
112.. option:: -v, -verbose [n]
113
114   Increase/Set verbosity of output messages. (default: 0)
115
116.. option:: -debug [level]
117
118   Increase/Set debug level for output of intermediate results. (default: 0)
119
120.. option:: -version [major.minor]
121
122   Print version and exit or set version to emulate.
123
124.. option:: -revision
125
126   Print revision (or version) number only and exit.
127
128.. option:: -h, -help
129
130   Print help and exit.
131