jsketcher/web/app/cad/craft/boolean/booleanOpSchema.js

12 lines
221 B
JavaScript

export default {
operandA: {
type: 'shell',
markColor: 0xC9FFBC,
defaultValue: {type: 'selection'}
},
operandB: {
type: 'shell',
markColor: 0xFFBEB4,
defaultValue: {type: 'selection'}
}
};