fix js string undefined (#2045)

* fix js string undefined

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fixes for tests

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-04-09 11:51:41 -07:00
committed by GitHub
parent a7f539eca6
commit 8b5ebe67b2
7 changed files with 71 additions and 30 deletions

View File

@ -34,7 +34,7 @@ const part = startSketchOn('XY')
{
// The arc angle (in degrees) to place the repetitions. Must be greater than 0.
arcDegrees: number,
// The center about which to make th pattern. This is a 2D vector.
// The center about which to make the pattern. This is a 2D vector.
center: [number, number],
// The number of repetitions. Must be greater than 0. This excludes the original entity. For example, if `repetitions` is 1, the original entity will be copied once.
repetitions: number,

View File

@ -42,7 +42,7 @@ const part = startSketchOn('XY')
arcDegrees: number,
// The axis around which to make the pattern. This is a 3D vector.
axis: [number, number, number],
// The center about which to make th pattern. This is a 3D vector.
// The center about which to make the pattern. This is a 3D vector.
center: [number, number, number],
// The number of repetitions. Must be greater than 0. This excludes the original entity. For example, if `repetitions` is 1, the original entity will be copied once.
repetitions: number,

View File

@ -42165,7 +42165,7 @@
"format": "double"
},
"center": {
"description": "The center about which to make th pattern. This is a 2D vector.",
"description": "The center about which to make the pattern. This is a 2D vector.",
"type": "array",
"items": {
"type": "number",
@ -44168,7 +44168,7 @@
"minItems": 3
},
"center": {
"description": "The center about which to make th pattern. This is a 3D vector.",
"description": "The center about which to make the pattern. This is a 3D vector.",
"type": "array",
"items": {
"type": "number",