mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-15 17:09:40 +00:00
Compare commits
1 commit
40d970a420
...
402a18bdf0
Author | SHA1 | Date | |
---|---|---|---|
|
402a18bdf0 |
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ function octahedron(size=1, anchor=CENTER, spin=0, orient=UP) =
|
|||
// Creates a prism whose ends are similar `n`-sided regular polygons, with optional rounding, chamfers or textures.
|
||||
// You can specify the size of the ends using diameter or radius measured either inside or outside. Alternatively
|
||||
// you can give the length of the side of the polygon. You can specify chamfers and roundings for the ends, but not
|
||||
// the vertical edges. See {{rounded_prism()}} for prisms with rounded vertical edges. You can also specify texture for the side
|
||||
// the vertical edges. See {{rounded_prism}} for prisms with rounded vertical edges. You can also specify texture for the side
|
||||
// faces, but note that texture is not compatible with any roundings or chamfers.
|
||||
// .
|
||||
// Anchors are based on the VNF of the prism. Especially for tapered or shifted prisms, this may give unexpected anchor positions, such as top side anchors
|
||||
|
|
Loading…
Reference in a new issue