brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
RotateOptions
Interface RotateOptions
Options for
rotate
.
interface
RotateOptions
{
at
?:
Vec3
;
axis
?:
Vec3
;
}
Index
Properties
at?
axis?
Properties
Optional
at
at
?:
Vec3
Pivot point. Default: [0, 0, 0].
Optional
axis
axis
?:
Vec3
Rotation axis. Default: [0, 0, 1] (Z).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
at
axis
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Options for rotate.