brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
fuse
Function fuse
fuse
<
T
extends
Shape3D
>
(
a
:
Shapeable
<
T
>
,
b
:
Shapeable
<
Shape3D
>
,
options
?:
BooleanOptions
,
)
:
Result
<
T
>
Fuse two 3D shapes (boolean union).
Type Parameters
T
extends
Shape3D
Parameters
a
:
Shapeable
<
T
>
b
:
Shapeable
<
Shape3D
>
Optional
options
:
BooleanOptions
Returns
Result
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Fuse two 3D shapes (boolean union).