*SetVector() - asymmetric vector pair
Sets the component values of an asymmetric vector pair.
Syntax
*SetVector(vector_name, , x_l, y_l, z_l, x_r, y_r, z_r)
Arguments
- vector_name
- The variable name of an existing vector pair.
- x_l, y_l, z_l
- The X, Y, and Z components of the left vector.
- x_r, y_r, z_r
- The X, Y, and Z components of the right vector.
Example
*BodyPair(b_kn, "Knuckle", p_kn_cm)
*BodyPair(b_jack, "Jack", p_jack_cm
*PointPair(p_wc, "Wheel Center")
*VectorPair(v_Z, "Plane Normal")
*InplaneJointPair(jt1, "Inplane joint", b_kn,
b_jack,
p_wc,
NORMAL,
v_z)
*SetVector(v_Z, , 1, 2, 0,
10, -18, 20)
Context
Comments
The second argument, which is used for specifying symmetry, is empty when assigning asymmetric component values to a vector pair.