mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-22 08:26:26 +01:00
16 lines
No EOL
248 B
JavaScript
16 lines
No EOL
248 B
JavaScript
export default {
|
|
orientation: {
|
|
type: 'enum',
|
|
values: ['XY', 'XZ', 'ZY'],
|
|
defaultValue: 'XY'
|
|
},
|
|
parallelTo: {
|
|
type: 'model',
|
|
entity: 'face',
|
|
optional: true,
|
|
},
|
|
depth: {
|
|
type: 'number',
|
|
defaultValue: 0
|
|
}
|
|
} |