|
|
@@ -479,9 +479,9 @@ A skertcher object is composed as follow:</p>
|
|
|
<li>this is stored in the head string thereafter</li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
-<li><strong>Objects</strong><ul>
|
|
|
-<li>Usually starting with the declaration of Pysketcher leaf objects</li>
|
|
|
-<li>Then aggregated using the composition object</li>
|
|
|
+<li><strong>Sketcher Objects</strong><ul>
|
|
|
+<li>Usually starting with the declaration of Pysketcher leaf objects (Geometry object like Line, Circle, Rectangle...)</li>
|
|
|
+<li>May be aggregated using the composition object</li>
|
|
|
<li>Composition can be made of composition object (recursive behaviour)</li>
|
|
|
<li>Grouping leafs and composition will be further used to apply transformation latter on (based on the "physics")</li>
|
|
|
<li>The example presents three group of objects<ul>
|