FluidForceSensor
FluidForceSensor is a SensorBase which outputs the results of fluid force simulation from the last physics frame for the part it is attached to. The sensor outputs the Force, Torque and CenterOfPressure which were computed by the fluid force simulation on the last physics frame.
Summary
Properties
Assembly center of pressure offset from its center of mass in world coordinates.
Assembly fluid force in world coordinates.
Assembly fluid torque in world coordinates.
Determines how the sensor will update its output data.
Methods
Asynchronously computes force, torque, and center of pressure for the parent part of a sensor given provided inputs.
Properties
Methods
EvaluateAsync
Asynchronously computes force, torque, and center of pressure for the parent part of a sensor given provided inputs.
Parameters
Linear velocity in world coordinates.
Angular velocity in world coordinates.
Returns
Tuple of Force, Torque and CenterOfPressure calculated given the input parameters.