mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 19:54:29 +02:00
updated doc
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# circular_sector
|
||||
|
||||
Create a circular sector. You can pass a 2 element vector to define the central angle. It provides a `fn` parameter consistent with the `$fn` parameter of the `circle` module.
|
||||
Create a circular sector. You can pass a 2 element vector to define the central angle. Its `$fa`, `$fs` and `$fn` parameters are consistent with the circle module.
|
||||
|
||||
## Parameters
|
||||
|
||||
@@ -12,7 +12,7 @@ Create a circular sector. You can pass a 2 element vector to define the central
|
||||
|
||||
circular_sector(radius = 20, angles = [-50, -150]);
|
||||
translate([-15, 0, 0]) circular_sector(radius = 20, angles = [45, 135]);
|
||||
translate([15, 0, 0]) circular_sector(radius = 20, angles = [45, 135], fn = 12);
|
||||
translate([15, 0, 0]) circular_sector(radius = 20, angles = [45, 135], $fn = 12);
|
||||
|
||||

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