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 @@ bezierCurve(data: BezierData, sketch: Sketch, tag?: TagDeclarator) -> Sketch
|
||||
### Examples
|
||||
|
||||
```js
|
||||
exampleSketch = startSketchOn('XZ')
|
||||
exampleSketch = startSketchOn(XZ)
|
||||
|> startProfileAt([0, 0], %)
|
||||
|> line(end = [0, 10])
|
||||
|> bezierCurve({
|
||||
|
||||
Reference in New Issue
Block a user