Skip to content

Commit 244052f

Browse files
committed
improve using-solid-node doc
1 parent 8f89b1f commit 244052f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/using-solid-node.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ instances.
2222
Leaf Nodes
2323
==========
2424

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+
2537
Solid2Node
2638
----------
2739

0 commit comments

Comments
 (0)