Add default planes to std (#5433)
* Type ascription Signed-off-by: Nick Cameron <nrc@ncameron.org> * Support negation of planes Signed-off-by: Nick Cameron <nrc@ncameron.org> * Add default planes to std Signed-off-by: Nick Cameron <nrc@ncameron.org> * Don't double wrap docs files in const_ Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -29,7 +29,7 @@ arcTo(data: ArcToData, sketch: Sketch, tag?: TagDeclarator) -> Sketch
|
||||
### Examples
|
||||
|
||||
```js
|
||||
exampleSketch = startSketchOn('XZ')
|
||||
exampleSketch = startSketchOn(XZ)
|
||||
|> startProfileAt([0, 0], %)
|
||||
|> arcTo({ end = [10, 0], interior = [5, 5] }, %)
|
||||
|> close()
|
||||
|
||||
Reference in New Issue
Block a user