UNPKG
@achirita/blox
Version:
latest (1.0.0)
1.0.0
A CAD library for building 3D models in the browser.
github.com/achirita/blox
achirita/blox
@achirita/blox
/
dist
/
types
/
operations
/
booleans
/
cut.d.ts
5 lines
(4 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
5
export
function
cut
(
{ shape, tools }: { shape:
any
; tools:
any
; }
):
import
(
'../../opencascade/opencascade'
).
TopoDS_Shape
;