brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
cutAll
Function cutAll
cutAll
<
T
extends
Shape3D
>
(
base
:
Shapeable
<
T
>
,
tools
:
Shapeable
<
Shape3D
>
[]
,
options
?:
BooleanOptions
,
)
:
Result
<
T
>
Cut many tool shapes from a base shape (boolean subtraction) in a single operation.
Type Parameters
T
extends
Shape3D
Parameters
base
:
Shapeable
<
T
>
tools
:
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...
Cut many tool shapes from a base shape (boolean subtraction) in a single operation.