UF_MOTION_general_bushing_s (view source)
 
Defined in: uf_motion_types.h
 
Also known as:
 


Data Members

name [ UF_OBJ_NAME_BUFSIZE ]
char
The name of the bushing. If NULL,
a default name will be created.

link_1
tag_t
The first link of the bushing.

origin_1
tag_t
The point that defines the location
of the bushing on link_1.

direction_1
tag_t
The direction vector that defines
the orientation of the bushing on
link_1.

link_2
tag_t
The second link of the bushing or
NULL_TAG to attach to ground.

origin_2
tag_t
The point that defines the location
of the bushing on link_2,
or NULL_TAG if ground.

direction_2
tag_t
The direction vector that defines
the orientation of the bushing on
link_2, or NULL_TAG if ground.

translational_stiffness [ 3 ]
double
The x, y, and z components of the
translational stiffness with
respect to the bushing orientation
on link_1.

translational_damping [ 3 ]
double
The x, y, and z components of the
translational damping with respect
to the bushing orientatation on
link_1.

translational_preload [ 3 ]
double
The x, y, and z components of the
translational preload with respect
to the bushing orientation on
link_1.

torsional_stiffness [ 3 ]
double
The x, y, and z components of the
torsional stiffness with respect
to the bushing orientation on
link_1.

torsional_damping [ 3 ]
double
The x, y, and z components of the
torsional damping with respect to
the bushing orientation on link_1.

torsional_preload [ 3 ]
double
The x, y, and z components of the
torsional preload with respect to
the bushing orientation on link_1.