Mercurial > repos > mb2013 > nepenthes_3dpca
view Rotate.xml @ 19:f3d9bb18110a draft default tip
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:30:07 -0400 |
parents | fea55f4efcce |
children |
line wrap: on
line source
<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>