mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-14 05:54:00 +02:00
minor edits
This commit is contained in:
@@ -558,10 +558,10 @@ module tetrahedron(base, height, spin=0, anchor=FWD+LEFT+BOT, orient=UP)
|
|||||||
tetrahedron(20,18) show_anchors();
|
tetrahedron(20,18) show_anchors();
|
||||||
```
|
```
|
||||||
|
|
||||||
For this module we have used VNF anchors, but this tetrahedron is half
|
For this module we have used VNF anchors, but this tetrahedron is the
|
||||||
related to a cuboid, so maybe sometimes you prefer to use anchors
|
corner of a cuboid, so maybe sometimes you prefer to use anchors
|
||||||
based on the bounding box. You could create a module with bounding
|
based on the corresponding cuboid (its bounding box). You can create a module with bounding
|
||||||
box anchors like this, where we have had to explicitly center the VNF
|
box anchors like this, where we have explicitly centered the VNF
|
||||||
to make it work with the prismoid type anchoring:
|
to make it work with the prismoid type anchoring:
|
||||||
|
|
||||||
```openscad-3D
|
```openscad-3D
|
||||||
|
Reference in New Issue
Block a user