mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-13 02:31:58 +02:00
updated doc
This commit is contained in:
parent
832607d468
commit
e5042a0993
@ -1,6 +1,6 @@
|
||||
# arc
|
||||
|
||||
Creates an arc. You can pass a 2 element vector to define the central angle. Its `$fa`, `$fs` and `$fn` parameters are consistent with the circle module. It depends on the `circular_sector` module so you have to include circular_sector.scad.
|
||||
Creates an arc. You can pass a 2 element vector to define the central angle. Its `$fa`, `$fs` and `$fn` parameters are consistent with the `circle` module. It depends on the `circular_sector` module so you have to include circular_sector.scad.
|
||||
|
||||
## Parameters
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bezier_curve
|
||||
|
||||
Given a set of control points, the bezier_curve function returns points of the Bézier path. Combined with the `polyline`, `polyline3d` or `hull_polyline3d` module defined in my library, you can create a Bézier curve.
|
||||
Given a set of control points, the `bezier_curve` function returns points of the Bézier path. Combined with the `polyline`, `polyline3d` or `hull_polyline3d` module defined in my library, you can create a Bézier curve.
|
||||
|
||||
## Parameters
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# circular_sector
|
||||
|
||||
Creates 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.
|
||||
Creates 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user