2D Operations | 3D Operations |
---|---|
2Dshape = union(2DshapeA, 2DshapeB) | 3Dshape = union(3DshapeA, 3DshapeB) |
2Dshape = difference(2DshapeA, 2DshapeB) | 3Dshape = difference(3DshapeA, 3DshapeB) |
2Dshape = intersection(2DshapeA, 2DshapeB) | 3Dshape = intersection(3DshapeA, 3DshapeB) |
3Dshape = 3DshapeA.inverse(3DshapeB) /* inverse solid and empty space */ |
Note: The previous object oriented API is still supported but will be decommissioned soon.