A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 46 KiB |
@ -755,7 +755,8 @@ const part001 = startSketchOn('XZ')
|
|||||||
await clickConstrained({
|
await clickConstrained({
|
||||||
hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
|
hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
|
||||||
constraintType: 'xAbsolute',
|
constraintType: 'xAbsolute',
|
||||||
expectBeforeUnconstrained: 'tangentialArcTo([3.14 + 13, -3.14], false, %)',
|
expectBeforeUnconstrained:
|
||||||
|
'tangentialArcTo([3.14 + 13, -3.14], false, %)',
|
||||||
expectAfterUnconstrained: 'tangentialArcTo([16.14, -3.14], false, %)',
|
expectAfterUnconstrained: 'tangentialArcTo([16.14, -3.14], false, %)',
|
||||||
expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
||||||
ang: ang + 180,
|
ang: ang + 180,
|
||||||
@ -766,8 +767,10 @@ const part001 = startSketchOn('XZ')
|
|||||||
await clickUnconstrained({
|
await clickUnconstrained({
|
||||||
hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
|
hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
|
||||||
constraintType: 'yAbsolute',
|
constraintType: 'yAbsolute',
|
||||||
expectBeforeUnconstrained: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
expectBeforeUnconstrained:
|
||||||
expectAfterUnconstrained: 'tangentialArcTo([xAbs001, yAbs001], false, %)',
|
'tangentialArcTo([xAbs001, -3.14], false, %)',
|
||||||
|
expectAfterUnconstrained:
|
||||||
|
'tangentialArcTo([xAbs001, yAbs001], false, %)',
|
||||||
expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
||||||
ang: ang + 180,
|
ang: ang + 180,
|
||||||
steps: 10,
|
steps: 10,
|
||||||
|
Reference in New Issue
Block a user