浏览代码

Deployed 8796b9e with MkDocs version: 1.1.2

Gilbert Brault 5 年之前
父节点
当前提交
df5959ce07
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      search/search_index.json
  2. 二进制
      sitemap.xml.gz
  3. 3 3
      sketcher/index.html

文件差异内容过多而无法显示
+ 1 - 1
search/search_index.json


二进制
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>