add attachable parts section and links between sections

This commit is contained in:
Adrian Mariano
2025-06-21 10:51:09 -04:00
parent cc169e0e23
commit 7449ba6b10
11 changed files with 178 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
[Prev: Using align()](Tutorial-Attachment-Align)
# Attachment using attach()
The `attach()` module can stick the child object to the parent object
@@ -674,3 +676,5 @@ circle(d=50){
trapezoid(w1=30,w2=0,h=30);
}
```
[Next: Attachable Parts](Tutorial-Attachment-Parts)