comparison icqsol_create_shape.xml @ 2:27dc5b183e19 draft

Uploaded
author greg
date Fri, 04 Dec 2015 09:23:38 -0500
parents d1d206669437
children cb3e79d1e85e
comparison
equal deleted inserted replaced
1:e683e75d905d 2:27dc5b183e19
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <tool id="icqsol_create_shape" name="Create 3D shape" version="1.0.0"> 2 <tool id="icqsol_create_shape" name="Create 3D shape" version="@WRAPPER_VERSION@.0">
3 <description></description> 3 <description></description>
4 <macros> 4 <macros>
5 <import>icqsol_macros.xml</import> 5 <import>icqsol_macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements" /> 7 <expand macro="requirements" />
100 <option value="no" selected="True">No</option> 100 <option value="no" selected="True">No</option>
101 <option value="yes">Yes</option> 101 <option value="yes">Yes</option>
102 </param> 102 </param>
103 <when value="no"/> 103 <when value="no"/>
104 <when value="yes"> 104 <when value="yes">
105 <param name="rotation_axis_x" type="float" value="0.0" label="X component of rotation axis" help="Floating point number"/> 105 <param name="rotation_axis_x" type="float" value="0.0" label="X coordinate of rotation axis" help="Floating point number"/>
106 <param name="rotation_axis_y" type="float" value="0.0" label="Y component of rotation axis" help="Floating point number"/> 106 <param name="rotation_axis_y" type="float" value="0.0" label="Y coordinate of rotation axis" help="Floating point number"/>
107 <param name="rotation_axis_z" type="float" value="0.0" label="Z component of rotation axis" help="Floating point number"/> 107 <param name="rotation_axis_z" type="float" value="0.0" label="Z coordinate of rotation axis" help="Floating point number"/>
108 <param name="rotation_degree" type="float" value="0.0" label="Degree of rotation" help="Floating point number"/> 108 <param name="rotation_degree" type="float" value="0.0" label="Degree of rotation" help="Floating point number"/>
109 </when> 109 </when>
110 </conditional> 110 </conditional>
111 <conditional name="translate_cond"> 111 <conditional name="translate_cond">
112 <param name="translate" type="select" label="Translate cloned shape?"> 112 <param name="translate" type="select" label="Translate cloned shape?">
181 <help> 181 <help>
182 **What it does** 182 **What it does**
183 183
184 **Create a shape** - creates a selected primitive shape where shapes are Box, Cone, Cylinder and Sphere. 184 **Create a shape** - creates a selected primitive shape where shapes are Box, Cone, Cylinder and Sphere.
185 185
186 - **Origin X,Y,Z** - Origin coordinate for all shapes. 186 * **Origin X,Y,Z** - Origin coordinate for all shapes.
187 - **Lengths X,Y,Z** - Edge lengths for Box, Cone and Cylinder. 187 * **Lengths X,Y,Z** - Edge lengths for Box, Cone and Cylinder.
188 - **Radius** - Radius length for Cone, Cylinder and Sphere. 188 * **Radius** - Radius length for Cone, Cylinder and Sphere.
189 - **Number of slices** - Controls the tessellation along the longitude direction for all shapes. 189 * **Number of slices** - Controls the tessellation along the longitude direction for all shapes.
190 - **Number of stacks** - Controls the tessellation along the latitude direction for all shapes. 190 * **Number of stacks** - Controls the tessellation along the latitude direction for all shapes.
191 - **Output format and file type** - Choose the output format **ply** or **vtk** and file type **ascii** or **binary**. 191 * **Output format and file type** - Choose the output format **ply** or **vtk** and file type **ascii** or **binary**.
192 192
193 ----- 193 -----
194 194
195 **Clone a shape from your history** - creates a new copy of a shape selected from your history. 195 **Clone a shape from your history** - creates a new copy of a shape selected from your history.
196 196
197 - **Shape to clone** - Shape selected from your history for cloning. 197 * **Shape to clone** - Shape selected from your history for cloning.
198 - **Rotate cloned shape** - Enables rotation of the cloned shape around a defined axis. 198 * **Rotate cloned shape?** - Enables rotation of the cloned shape around a defined axis.
199 - **Rotation axis X,Y,Z?** - The axis of rotation for the cloned shape. 199 * **Rotation axis X,Y,Z** - The axis of rotation for the cloned shape.
200 - **Degree of rotation** - The degree of rotation around the axis. 200 * **Degree of rotation** - The degree of rotation around the axis.
201 - **Translate cloned shape?** - Enables resetting the origin of the cloned shape, moving the shape. 201 * **Translate cloned shape?** - Enables resetting the origin of the cloned shape, moving the shape.
202 - **New origin X,Y,Z** - Translated origin of cloned shape. 202 * **New origin X,Y,Z** - Translated origin of cloned shape.
203 203
204 </help> 204 </help>
205 <expand macro="citations" /> 205 <expand macro="citations" />
206 </tool> 206 </tool>