Add twistAng
This commit is contained in:
@ -62,6 +62,7 @@ export type ModelingCommandSchema = {
|
||||
length: KclCommandValue
|
||||
symmetric?: boolean
|
||||
bidirectionalLength?: KclCommandValue
|
||||
twistAngle?: KclCommandValue
|
||||
}
|
||||
Sweep: {
|
||||
// Enables editing workflow
|
||||
@ -410,6 +411,11 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
skip: true,
|
||||
required: false,
|
||||
},
|
||||
twistAngle: {
|
||||
inputType: 'kcl',
|
||||
skip: true,
|
||||
required: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
Sweep: {
|
||||
|
Reference in New Issue
Block a user