brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
intersect
Function intersect
intersect
<
T
extends
Shape3D
>
(
a
:
Shapeable
<
T
>
,
b
:
Shapeable
<
Shape3D
>
,
options
?:
BooleanOptions
,
)
:
Result
<
T
>
Compute the intersection of two shapes (boolean common).
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...
Compute the intersection of two shapes (boolean common).