mirror of
https://github.com/xibyte/jsketcher
synced 2026-02-22 07:11:38 +01:00
24 lines
No EOL
389 B
JSON
24 lines
No EOL
389 B
JSON
{
|
|
"A": {
|
|
"type": "EXTRUDE",
|
|
"base": [
|
|
[-250, -250, 250],
|
|
[ 250, -250, 250],
|
|
[ 250, 250, 250],
|
|
[-250, 250, 250]
|
|
],
|
|
"height": 500
|
|
},
|
|
"B": {
|
|
"type": "EXTRUDE",
|
|
"base": [
|
|
[-100, -100, 250],
|
|
[ 100, -100, 250],
|
|
[ 100, 100, 250],
|
|
[-100, 100, 250]
|
|
],
|
|
"height": 500
|
|
},
|
|
"operation": "INTERSECT"
|
|
}
|
|
|