Use displayName: 'CounterClockWise' cause ccw not cutting it
This commit is contained in:
@ -1096,7 +1096,7 @@ openSketch = startSketchOn(XY)
|
|||||||
headerArguments: {
|
headerArguments: {
|
||||||
AngleStart: '',
|
AngleStart: '',
|
||||||
AxisOrEdge: '',
|
AxisOrEdge: '',
|
||||||
Ccw: '',
|
CounterClockWise: '',
|
||||||
Length: '',
|
Length: '',
|
||||||
Radius: '',
|
Radius: '',
|
||||||
Revolutions: '',
|
Revolutions: '',
|
||||||
@ -1139,7 +1139,7 @@ openSketch = startSketchOn(XY)
|
|||||||
headerArguments: {
|
headerArguments: {
|
||||||
AngleStart: '360',
|
AngleStart: '360',
|
||||||
Axis: 'X',
|
Axis: 'X',
|
||||||
Ccw: '',
|
CounterClockWise: '',
|
||||||
Length: initialInput,
|
Length: initialInput,
|
||||||
Radius: '5',
|
Radius: '5',
|
||||||
Revolutions: '1',
|
Revolutions: '1',
|
||||||
@ -1154,7 +1154,7 @@ openSketch = startSketchOn(XY)
|
|||||||
headerArguments: {
|
headerArguments: {
|
||||||
AngleStart: '360',
|
AngleStart: '360',
|
||||||
Axis: 'X',
|
Axis: 'X',
|
||||||
Ccw: '',
|
CounterClockWise: '',
|
||||||
Length: newInput,
|
Length: newInput,
|
||||||
Radius: '5',
|
Radius: '5',
|
||||||
Revolutions: '1',
|
Revolutions: '1',
|
||||||
@ -1230,7 +1230,7 @@ openSketch = startSketchOn(XY)
|
|||||||
headerArguments: {
|
headerArguments: {
|
||||||
AngleStart: '',
|
AngleStart: '',
|
||||||
AxisOrEdge: '',
|
AxisOrEdge: '',
|
||||||
Ccw: '',
|
CounterClockWise: '',
|
||||||
Length: '',
|
Length: '',
|
||||||
Radius: '',
|
Radius: '',
|
||||||
Revolutions: '',
|
Revolutions: '',
|
||||||
@ -1257,7 +1257,7 @@ openSketch = startSketchOn(XY)
|
|||||||
AngleStart: '0',
|
AngleStart: '0',
|
||||||
AxisOrEdge: 'Edge',
|
AxisOrEdge: 'Edge',
|
||||||
Edge: `1 ${selectionType}`,
|
Edge: `1 ${selectionType}`,
|
||||||
Ccw: '',
|
CounterClockWise: '',
|
||||||
Length: '100',
|
Length: '100',
|
||||||
Radius: '1',
|
Radius: '1',
|
||||||
Revolutions: '20',
|
Revolutions: '20',
|
||||||
@ -1289,7 +1289,7 @@ openSketch = startSketchOn(XY)
|
|||||||
currentArgValue: initialInput,
|
currentArgValue: initialInput,
|
||||||
headerArguments: {
|
headerArguments: {
|
||||||
AngleStart: '0',
|
AngleStart: '0',
|
||||||
Ccw: '',
|
CounterClockWise: '',
|
||||||
Length: initialInput,
|
Length: initialInput,
|
||||||
Radius: '1',
|
Radius: '1',
|
||||||
Revolutions: '20',
|
Revolutions: '20',
|
||||||
@ -1305,7 +1305,7 @@ openSketch = startSketchOn(XY)
|
|||||||
stage: 'review',
|
stage: 'review',
|
||||||
headerArguments: {
|
headerArguments: {
|
||||||
AngleStart: '0',
|
AngleStart: '0',
|
||||||
Ccw: '',
|
CounterClockWise: '',
|
||||||
Length: newInput,
|
Length: newInput,
|
||||||
Radius: '1',
|
Radius: '1',
|
||||||
Revolutions: '20',
|
Revolutions: '20',
|
||||||
|
|||||||
@ -582,6 +582,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
|||||||
ccw: {
|
ccw: {
|
||||||
inputType: 'options',
|
inputType: 'options',
|
||||||
required: true,
|
required: true,
|
||||||
|
displayName: 'CounterClockWise',
|
||||||
defaultValue: false,
|
defaultValue: false,
|
||||||
options: [
|
options: [
|
||||||
{ name: 'False', value: false },
|
{ name: 'False', value: false },
|
||||||
|
|||||||
Reference in New Issue
Block a user