part create rigid_body initial_velocity | |
|---|---|
part_name = | an existing part |
vm = | an existing marker |
wm = | an existing marker |
vx = | velocity |
no_vx = | true_only |
vy = | velocity |
no_vy = | true_only |
vz = | velocity |
no_vz = | true_only |
wx = | angular_vel |
no_wx = | true_only |
wy = | angular_vel |
no_wy = | true_only |
wz = | angular_vel |
part create rigid_body initial_velocity & | |
|---|---|
part_name = | part__1 & |
vm = | cm & |
wm = | marker_1 & |
vx = | 1.02 & |
vy = | 1.01 & |
vz = | 1.05 & |
no_wz = | true |
Parameter | Value Type | Description |
|---|---|---|
part_name | An Existing Part | Specifies the part to be modified. You use this parameter to identify the existing part to affect with this command. |
vm | An Existing Marker | |
wm | An Existing Marker | |
vx | Velocity | Specifies the initial translational velocity of the center-of-mass marker along the x-axis of the ground reference frame. |
no_vx | True_Only | Specifies to "UNSET" the "vx" velocity initial condition for the specified part, if set. |
vy | Velocity | Specifies the initial translational velocity of the center-of-mass marker along the y-axis of the ground reference frame. |
no_vy | True_Only | Specifies to "UNSET" the "vy" velocity initial condition for the specified part, if set. |
vz | Velocity | Specifies the initial translational velocity of the center-of-mass marker along the z-axis of the ground reference frame. |
no_vz | True_Only | This is not the same as setting the value to zero. A zero velocity is not the same as "no" velocity. Therefore, by setting this parameter to true there is no longer a velocity initial condition for this element. |
wx | Angular_Vel | Specifies the initial rotational velocity of the center-of-mass marker about its x-axis. |
no_wx | True_Only | Specifies to "UNSET" the "wx" angular_velocity initial ondition for the specified part, if set. |
wy | Angular_Vel | Specifies the initial rotational velocity of the center-of-mass marker about its y-axis. |
no_wy | True_only | Specifies to "UNSET" the "wy" angular_velocity initial condition for the specified part, if set. |
wz | Angular_vel | Specifies the initial rotational velocity of the center-of-mass marker about its z-axis. |
no_wz | True_only | Specifies to "UNSET" the "wz" angular_velocity initial condition for the specified part, if set. |
Note: | The initial translational velocities are with respect to the ground coordinate axes, while the initial rotational velocities are with respect to the center-of-mass marker axes. |