mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-16 05:23:19 +01:00
Cleanup of Extrude command form fields remving commented sections that are no longer used.
This commit is contained in:
parent
2e59beef3c
commit
57c9065277
1 changed files with 0 additions and 16 deletions
|
|
@ -103,9 +103,6 @@ export const ExtrudeOperation: OperationDescriptor<ExtrudeParams> = {
|
|||
name: 'doubleSided',
|
||||
defaultValue: false,
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
type: 'selection',
|
||||
name: 'face',
|
||||
|
|
@ -117,19 +114,6 @@ export const ExtrudeOperation: OperationDescriptor<ExtrudeParams> = {
|
|||
preselectionIndex: 0
|
||||
},
|
||||
},
|
||||
// {
|
||||
// type: 'vector',
|
||||
// name: 'direction',
|
||||
// label: 'direction'
|
||||
// },
|
||||
// {
|
||||
// type: 'boolean',
|
||||
// name: 'boolean',
|
||||
// label: 'boolean',
|
||||
// defaultValue: {
|
||||
// implyItFromField: 'face'
|
||||
// }
|
||||
// },
|
||||
{
|
||||
type: 'direction',
|
||||
name: 'direction',
|
||||
|
|
|
|||
Loading…
Reference in a new issue