1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-03 11:43:09 +02:00

updated docs

This commit is contained in:
Justin Lin
2017-04-22 16:40:25 +08:00
parent 0acb408174
commit cd25031176
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ Creates a line from two points. When the end points are `CAP_ROUND`, you can use
- `width` : The line width.
- `p1Style` : The end-cap style of the point `p1`. The value must be `"CAP_BUTT"`, `"CAP_SQUARE"` or `"CAP_ROUND"`. The default value is `"CAP_SQUARE"`.
- `p2Style` : The end-cap style of the point `p2`. The value must be `"CAP_BUTT"`, `"CAP_SQUARE"` or `"CAP_ROUND"`. The default value is `"CAP_SQUARE"`.
- `$fa`, `$fs`, `$fn` : Check [the circle module](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#circle) for more details.
- `$fa`, `$fs`, `$fn` : Check [the circle module](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#circle) for more details. The final fragments of a circle will be a multiple of 4 to fit edges.
# Examples