BodyThrust

Show Deprecated
Deprecated

The BodyThrust object applies a force relative to the assembly to which it is parented at a specific location. It behaves similar to a BodyForce except that this object's force applies at a specific point (Location), allowing you to exert a torque (rotational force). To apply a force dynamically so that an assembly maintains a constant angular velocity, use a BodyAngularVelocity instead. To apply a force dynamically so that an assembly maintains a constant orientation (angular position), use a BodyGyro.

Summary

Properties

  • Read Parallel

    Determines the amount of force exerted on each axis relative to the assembly.

  • Read Parallel

    Determines the relative position where the Force is exerted.

Properties

Force

Read Parallel

This property determines the amount of force exerted on each axis relative to the assembly. The force is exerted at the Location which is also relative to the assembly.

Location

Read Parallel

This property determines the relative position where the Force is exerted. This is the primary means for turning force into torque.

Methods

Events