Mercurial > repos > greg > icqsol_compose_shapes
comparison icqsol_compose_shapes.xml @ 2:111dc6a5577c draft
Uploaded
author | greg |
---|---|
date | Fri, 04 Dec 2015 09:22:42 -0500 |
parents | 36f5fa5bd6d9 |
children | e2bb54208c19 |
comparison
equal
deleted
inserted
replaced
1:e3350521105e | 2:111dc6a5577c |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
2 <tool id="icqsol_compose_shapes" name="Compose 3D shapes" version="1.0.0"> | 2 <tool id="icqsol_compose_shapes" name="Compose 3D shapes" 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" /> |
59 </test> | 59 </test> |
60 </tests> | 60 </tests> |
61 <help> | 61 <help> |
62 **What it does** | 62 **What it does** |
63 | 63 |
64 <![CDATA[ | |
65 Creates a shape composed of any number of selected shapes where the composition is based on a mathematical | 64 Creates a shape composed of any number of selected shapes where the composition is based on a mathematical |
66 expression consisting of **+**, **-** and ***** operations. The **+** results in a union of shapes, the | 65 expression consisting of **+**, **-** and ***** operations. The **+** results in a union of shapes, the |
67 **-** operator removes a shape and the ***** operator results in an intersection of shapes. | 66 **-** operator removes a shape and the ***** operator results in an intersection of shapes. |
68 | 67 |
69 For example, if the **Composition expression** is **A + B - C - D**, selecting 4 shapes from your history | 68 For example, if the **Composition expression** is **A + B - C - D**, selecting 4 shapes from your history |
70 and associating each shape with a variable from the expression will result in a shape composed of the shapes | 69 and associating each shape with a variable from the expression will result in a shape composed of the shapes |
71 associated with A and B, but eliminating the shapes associated with C and D. | 70 associated with A and B, but eliminating the shapes associated with C and D. |
72 | 71 |
73 ]]> | |
74 </help> | 72 </help> |
75 <expand macro="citations" /> | 73 <expand macro="citations" /> |
76 </tool> | 74 </tool> |