changeset 16:fea55f4efcce draft

Uploaded
author mb2013
date Tue, 20 May 2014 03:29:11 -0400
parents 60ed96f5706e
children 27af4a7b1e1d
files Rotate.xml
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Rotate.xml	Tue May 20 03:29:11 2014 -0400
@@ -0,0 +1,28 @@
+<tool id="Rotating object" name="Rotating object">
+  <description>Rotate 3D object</description>
+  <command interpreter="python"> 
+    Rotate.py $input $input2 $output
+  </command>
+  <inputs>
+    <param name="input" type="data" label="ply file" />
+    <param name="input2" type="data" label="symmetry points" />
+ 
+  </inputs>
+  <outputs>
+    <data  name="output" type = "data" format = "ply" label="Rotation on ${on_string}" />
+  </outputs>
+  <help>
+	**Function**
+
+	Rotating object stored in .ply format
+	
+
+	**Input file**
+
+	.ply file with colorcode
+
+
+
+
+  </help>
+</tool>