mirror of
https://github.com/xibyte/jsketcher
synced 2026-02-19 05:44:09 +01:00
24 lines
No EOL
381 B
JSON
24 lines
No EOL
381 B
JSON
{
|
|
"A": {
|
|
"type": "EXTRUDE",
|
|
"base": [
|
|
[-250, -250, 250],
|
|
[ 250, -250, 250],
|
|
[ 250, 250, 250],
|
|
[-250, 250, 250]
|
|
],
|
|
"height": 500
|
|
},
|
|
"B": {
|
|
"type": "EXTRUDE",
|
|
"base": [
|
|
[ 0, 0, 0],
|
|
[ 500, 0, 0],
|
|
[ 500, 500, 0],
|
|
[ 0, 500, 0]
|
|
],
|
|
"height": 500
|
|
},
|
|
"operation": "INTERSECT"
|
|
}
|
|
|