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

12 lines
203 B
JavaScript

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