mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Corrected prismoid description comments.
This commit is contained in:
parent
3eccff8035
commit
e4cc6910ff
1 changed files with 2 additions and 2 deletions
|
@ -479,7 +479,7 @@ module trapezoid(size1=[1,1], size2=[1,1], h=1, center=false) {
|
|||
}
|
||||
|
||||
|
||||
// Creates a rectangular truncated pyramid/prismoid/frustum shape.
|
||||
// Creates a rectangular prismoid/frustum shape.
|
||||
// size1 = [width, length] of the bottom of the prism.
|
||||
// size2 = [width, length] of the top of the prism.
|
||||
// h = Height of the prism.
|
||||
|
@ -523,7 +523,7 @@ module prismoid(size1=[1,1], size2=[1,1], h=1, center=false)
|
|||
}
|
||||
|
||||
|
||||
// Creates a rectangular truncated pyramid/prismoid/frustum shape
|
||||
// Creates a rectangular prismoid/frustum shape
|
||||
// with rounded vertical edges.
|
||||
// size1 = [width, length] of the bottom of the prism.
|
||||
// size2 = [width, length] of the top of the prism.
|
||||
|
|
Loading…
Reference in a new issue