1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-16 20:33:57 +02:00

Added rounded_top_rectangle().

This commit is contained in:
Chris Palmer
2023-02-01 01:27:01 +00:00
parent ff7041c285
commit 3f84912e55
8 changed files with 23 additions and 0 deletions

View File

@@ -6728,6 +6728,7 @@ Cylinder with a rounded end.
|:--- |:--- |
| `rounded_corner(r, h, r2, ir = 0)` | 2D version |
| `rounded_cylinder(r, h, r2, ir = 0, angle = 360)` | Rounded cylinder given radius `r`, height `h`, optional internal radius `ir` and optional `angle` |
| `rounded_top_rectangle(size, r, r2)` | Make a rounded rectangle with a rounded top edge |
![rounded_cylinder](tests/png/rounded_cylinder.png)