mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 14:04:53 +02:00
update to 3.0
This commit is contained in:
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -1,6 +1,6 @@
|
||||
# rounded_square
|
||||
|
||||
Creates a rounded square or rectangle in the first quadrant. When `center` is `true` the square is centered on the origin.
|
||||
Creates a rounded square or rectangle in the first quadrant.
|
||||
|
||||
## Parameters
|
||||
|
||||
@@ -15,7 +15,7 @@ Creates a rounded square or rectangle in the first quadrant. When `center` is `t
|
||||
|
||||
rounded_square(size = 50, corner_r = 5);
|
||||
|
||||

|
||||

|
||||
|
||||
use <rounded_square.scad>;
|
||||
|
||||
@@ -25,7 +25,7 @@ Creates a rounded square or rectangle in the first quadrant. When `center` is `t
|
||||
center = true
|
||||
);
|
||||
|
||||

|
||||

|
||||
|
||||
use <rounded_square.scad>;
|
||||
|
||||
@@ -36,7 +36,7 @@ Creates a rounded square or rectangle in the first quadrant. When `center` is `t
|
||||
center = true
|
||||
);
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user