mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
updated doc
This commit is contained in:
@@ -6,7 +6,6 @@ Creates a rounded cylinder.
|
|||||||
|
|
||||||
- `radius` : The radius of the cylinder. It also accepts a vector `[r1, r2]`. `r1` is the bottom radius and `r2` is the top radius of a cone.
|
- `radius` : The radius of the cylinder. It also accepts a vector `[r1, r2]`. `r1` is the bottom radius and `r2` is the top radius of a cone.
|
||||||
- `h` : The height of the cylinder or cone.
|
- `h` : The height of the cylinder or cone.
|
||||||
|
|
||||||
- `round_r` : The sphere radius which fits the edges of the bottom and the top.
|
- `round_r` : The sphere radius which fits the edges of the bottom and the top.
|
||||||
- `center` : `false` (default), z ranges from 0 to h. `true`, z ranges from -h/2 to +h/2
|
- `center` : `false` (default), z ranges from 0 to h. `true`, z ranges from -h/2 to +h/2
|
||||||
- `convexity` : See [Rotate Extrude](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#Rotate_Extrude) for details.
|
- `convexity` : See [Rotate Extrude](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#Rotate_Extrude) for details.
|
||||||
|
Reference in New Issue
Block a user