mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-10-04 04:41:45 +02:00
add attachable parts section and links between sections
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
[Previous: Attachments Overview](Tutorial-Attachment-Overview)
|
||||
|
||||
# Basic Object Positioning: Anchor, Spin and Orient
|
||||
|
||||
When you create attachable objects using BOSL2 you have some options
|
||||
@@ -320,3 +322,5 @@ For 2D shapes, you can mix `anchor=` with `spin=`, but not with `orient=`.
|
||||
include <BOSL2/std.scad>
|
||||
square([40,30], anchor=BACK+LEFT, spin=30);
|
||||
```
|
||||
|
||||
[Next: Relative Positioning of Children](Tutorial-Attachment-Relative-Positioning)
|
||||
|
Reference in New Issue
Block a user