brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
sectionToFace
Function sectionToFace
sectionToFace
(
shape
:
Shapeable
<
AnyShape
<
Dimension
>
>
,
plane
:
PlaneInput
,
options
?:
{
approximation
?:
boolean
;
planeSize
?:
number
}
,
)
:
Result
<
Face
>
Section a shape with a plane and return a filled Face.
Parameters
shape
:
Shapeable
<
AnyShape
<
Dimension
>
>
plane
:
PlaneInput
Optional
options
:
{
approximation
?:
boolean
;
planeSize
?:
number
}
Returns
Result
<
Face
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Section a shape with a plane and return a filled Face.