minor edits

This commit is contained in:
Adrian Mariano
2025-06-21 12:44:57 -04:00
parent 48343f06d2
commit cf2f82a56f

View File

@@ -558,10 +558,10 @@ module tetrahedron(base, height, spin=0, anchor=FWD+LEFT+BOT, orient=UP)
tetrahedron(20,18) show_anchors();
```
For this module we have used VNF anchors, but this tetrahedron is half
related to a cuboid, so maybe sometimes you prefer to use anchors
based on the bounding box. You could create a module with bounding
box anchors like this, where we have had to explicitly center the VNF
For this module we have used VNF anchors, but this tetrahedron is the
corner of a cuboid, so maybe sometimes you prefer to use anchors
based on the corresponding cuboid (its bounding box). You can create a module with bounding
box anchors like this, where we have explicitly centered the VNF
to make it work with the prismoid type anchoring:
```openscad-3D