UF_MOTION_cylindrical_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.

radial_stiffness
double
The radial stiffness with respect
to the bushing orientation on
link_1.

longitudinal_stiffness
double
The longitudinal stiffness with
respect to the bushing orientation
on link_1.

conical_stiffness
double
The conical stiffness with respect
to the bushing orientation on
link_1.

torsional_stiffness
double
The torsional stiffness with
respect to the bushing orientation
on link_1.

radial_damping
double
The radial damping with respect to
the bushing orientation on link_1.

longitudinal_damping
double
The longitudinal damping with
respect to the bushing orientation
on link_1.

conical_damping
double
The conical damping with respect
to the bushing orientation on
link_1.

torsional_damping
double
The torsional damping with respect
to the bushing orientation on
link_1.