Procházet zdrojové kódy

Deployed 8796b9e with MkDocs version: 1.1.2

Gilbert Brault před 5 roky
rodič
revize
df5959ce07
3 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 1 1
      search/search_index.json
  2. binární
      sitemap.xml.gz
  3. 3 3
      sketcher/index.html

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 1 - 1
search/search_index.json


binární
sitemap.xml.gz


+ 3 - 3
sketcher/index.html

@@ -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>