brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
compoundSketchFace
Function compoundSketchFace
compoundSketchFace
(
sketch
:
CompoundSketch
,
)
:
ShapeHandle
&
{
"[___brand]"
:
"face"
;
"[___dim]"
:
"3D"
}
&
{
"[___oriented]"
:
true
;
}
&
{
"[___planar]"
:
true
}
Build a face from a compound sketch (outer boundary with holes).
Parameters
sketch
:
CompoundSketch
Returns
ShapeHandle
&
{
"[___brand]"
:
"face"
;
"[___dim]"
:
"3D"
}
&
{
"[___oriented]"
:
true
;
}
&
{
"[___planar]"
:
true
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Build a face from a compound sketch (outer boundary with holes).