comparison Rotate.xml @ 16:fea55f4efcce draft

Uploaded
author mb2013
date Tue, 20 May 2014 03:29:11 -0400
parents
children
comparison
equal deleted inserted replaced
15:60ed96f5706e 16:fea55f4efcce
1 <tool id="Rotating object" name="Rotating object">
2 <description>Rotate 3D object</description>
3 <command interpreter="python">
4 Rotate.py $input $input2 $output
5 </command>
6 <inputs>
7 <param name="input" type="data" label="ply file" />
8 <param name="input2" type="data" label="symmetry points" />
9
10 </inputs>
11 <outputs>
12 <data name="output" type = "data" format = "ply" label="Rotation on ${on_string}" />
13 </outputs>
14 <help>
15 **Function**
16
17 Rotating object stored in .ply format
18
19
20 **Input file**
21
22 .ply file with colorcode
23
24
25
26
27 </help>
28 </tool>