We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f89b1f commit 244052fCopy full SHA for 244052f
1 file changed
docs/using-solid-node.rst
@@ -22,6 +22,18 @@ instances.
22
Leaf Nodes
23
==========
24
25
+There are four types of LeafNodes, each supporting one underlying technology
26
+to create solids:
27
+
28
+* **Solid2Node** Uses Solid Python 2, which is a python wrapper around OpenScad
29
+* **CadQueryNode** Uses CadQuery, a pure python modeler based on OCCT
30
+* **OpenScadNode** A wrapper around one OpenScad module
31
+* **JScadNode** A wrapper around one JScad module
32
33
+The ::doc:`Quickstart <quickstart>` starts with a Solid2Node example showing
34
+a box with a hole. Below are the codes for the same model in each modelling
35
+technology.
36
37
Solid2Node
38
----------
39
0 commit comments