UF_MOTION_general_bushing_s (查看源代码)
 
定义在: uf_motion_types.h
 
也被称为:
 


Data Members

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

link_1
tag_t (tag_t类型)
The first link of the bushing.

origin_1
tag_t (tag_t类型)
The point that defines the location
of the bushing on link_1.

direction_1
tag_t (tag_t类型)
The direction vector that defines
the orientation of the bushing on
link_1.

link_2
tag_t (tag_t类型)
The second link of the bushing or
NULL_TAG to attach to ground.

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

direction_2
tag_t (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.