jsketcher/web/test/cases/data/brep/simple.intersect/in.json
2017-02-03 00:13:49 -08:00

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"
}