brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
revolve
Function revolve
revolve
(
face
:
Shapeable
<
ShapeHandle
&
{
"[___brand]"
:
"face"
;
"[___dim]"
:
Dimension
}
&
{
"[___oriented]"
:
true
;
}
&
{
"[___planar]"
:
true
}
,
>
,
options
?:
RevolveOptions
,
)
:
Result
<
Shape3D
>
Revolve a face around an axis to create a solid of revolution.
Parameters
face
:
Shapeable
<
ShapeHandle
&
{
"[___brand]"
:
"face"
;
"[___dim]"
:
Dimension
}
&
{
"[___oriented]"
:
true
;
}
&
{
"[___planar]"
:
true
}
,
>
Optional
options
:
RevolveOptions
Returns
Result
<
Shape3D
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Revolve a face around an axis to create a solid of revolution.