replace tanArc(to) with tanArcToRelative (#3729)
* replace tanArc(to) with tanArcToRelative Closes #3319 * Handle invalid tanArcs
This commit is contained in:
@ -88,6 +88,7 @@ layout: manual
|
||||
* [`tan`](kcl/tan)
|
||||
* [`tangentialArc`](kcl/tangentialArc)
|
||||
* [`tangentialArcTo`](kcl/tangentialArcTo)
|
||||
* [`tangentialArcToRelative`](kcl/tangentialArcToRelative)
|
||||
* [`tau`](kcl/tau)
|
||||
* [`toDegrees`](kcl/toDegrees)
|
||||
* [`toRadians`](kcl/toRadians)
|
||||
|
||||
6713
docs/kcl/std.json
6713
docs/kcl/std.json
File diff suppressed because it is too large
Load Diff
@ -37,8 +37,7 @@ const example = extrude(10, exampleSketch)
|
||||
offset: number,
|
||||
// Radius of the arc. Not to be confused with Raiders of the Lost Ark.
|
||||
radius: number,
|
||||
} |
|
||||
[number, number]
|
||||
}
|
||||
```
|
||||
* `sketch_group`: `SketchGroup` - A sketch group is a collection of paths. (REQUIRED)
|
||||
```js
|
||||
|
||||
863
docs/kcl/tangentialArcToRelative.md
Normal file
863
docs/kcl/tangentialArcToRelative.md
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user