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 @@
[Previous: Relative Positioning of Children](Tutorial-Attachment-Relative-Positioning)
# Placing Children using position()
If you make an object a child of another object then the child object
@@ -203,3 +205,5 @@ prismoid([50,50],[30,30],h=40)
orient(RIGHT)
anchor_arrow(40);
```
[Next: Using align()](Tutorial-Attachment-Align)