brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
shell
Function shell
shell
<
T
extends
Shape3D
>
(
shape
:
Shapeable
<
T
>
,
faces
:
Face
[]
|
ShapeFinder
<
Face
>
|
FinderFn
<
Face
>
,
thickness
:
number
,
options
?:
{
tolerance
?:
number
}
,
)
:
Result
<
T
>
Create a hollow shell by removing faces and offsetting remaining walls.
Type Parameters
T
extends
Shape3D
Parameters
shape
:
Shapeable
<
T
>
faces
:
Face
[]
|
ShapeFinder
<
Face
>
|
FinderFn
<
Face
>
thickness
:
number
Optional
options
:
{
tolerance
?:
number
}
Returns
Result
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Create a hollow shell by removing faces and offsetting remaining walls.