brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
AssemblyNode
Interface AssemblyNode
interface
AssemblyNode
{
children
:
readonly
AssemblyNode
[]
;
joints
?:
readonly
unknown
[]
;
mates
?:
readonly
unknown
[]
;
metadata
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
name
:
string
;
rotate
?:
{
angle
:
number
;
axis
?:
Vec3
}
;
shape
?:
AnyShape
;
translate
?:
Vec3
;
}
Index
Properties
children
joints?
mates?
metadata?
name
rotate?
shape?
translate?
Properties
Readonly
children
children
:
readonly
AssemblyNode
[]
Optional
Readonly
joints
joints
?:
readonly
unknown
[]
Drivable kinematic joints (see jointFns). Typed loosely to avoid a cycle.
Optional
Readonly
mates
mates
?:
readonly
unknown
[]
Optional
Readonly
metadata
metadata
?:
Readonly
<
Record
<
string
,
unknown
>
>
Readonly
name
name
:
string
Optional
Readonly
rotate
rotate
?:
{
angle
:
number
;
axis
?:
Vec3
}
Optional
Readonly
shape
shape
?:
AnyShape
Optional
Readonly
translate
translate
?:
Vec3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
joints
mates
metadata
name
rotate
shape
translate
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Drivable kinematic joints (see jointFns). Typed loosely to avoid a cycle.