Mercurial > repos > greg > icqsol_refine_shape
comparison icqsol_refine_shape.xml @ 8:c0bdda80adbc draft
Uploaded
author | greg |
---|---|
date | Wed, 09 Dec 2015 11:01:43 -0500 |
parents | 5265b8f55dd6 |
children | 6a40d4899923 |
comparison
equal
deleted
inserted
replaced
7:abb58cabca82 | 8:c0bdda80adbc |
---|---|
18 </command> | 18 </command> |
19 <inputs> | 19 <inputs> |
20 <param name="input" type="data" format="plyascii,plybinary,vtkascii,vtkbinary" label="Shape"> | 20 <param name="input" type="data" format="plyascii,plybinary,vtkascii,vtkbinary" label="Shape"> |
21 <validator type="dataset_ok_validator" /> | 21 <validator type="dataset_ok_validator" /> |
22 </param> | 22 </param> |
23 <param name="max_edge_length" type="float" value="0" label="Maximum edge length" help="Floating point number."> | 23 <param name="max_edge_length" type="float" value="0.0" label="Maximum edge length" help="Refine shape by restricting edges to this length (zero value results in no refinement)."> |
24 <validator type="in_range" min="0" exclude_min="true" /> | 24 <validator type="in_range" min="0" exclude_min="true" /> |
25 </param> | 25 </param> |
26 <expand macro="output_vtk_type_params" /> | 26 <expand macro="output_vtk_type_params" /> |
27 </inputs> | 27 </inputs> |
28 <outputs> | 28 <outputs> |
48 **What it does** | 48 **What it does** |
49 | 49 |
50 Refines a shape by limiting all edges to a specified length, resulting in a more detailed shape. | 50 Refines a shape by limiting all edges to a specified length, resulting in a more detailed shape. |
51 | 51 |
52 * **Shape** - Shape to be refined. | 52 * **Shape** - Shape to be refined. |
53 * **Maximum edge length** - Points are added to the shape's edges that are longer than the defined maximum length. | 53 * **Maximum edge length** - The shape's edges are smoothed by adding points to its edges that are longer than the defined maximum length. |
54 | 54 |
55 </help> | 55 </help> |
56 <expand macro="citations" /> | 56 <expand macro="citations" /> |
57 </tool> | 57 </tool> |