anyKode Marilou
ContentsIndexHome
PreviousUpNext
Geom::SetForce

Apply a force vector to the geometry.

C++
bool SetForce(MODAVECTOR3 & ForcePosition, bool bRelativePosition, MODAVECTOR3 & ForceAxisAndLength, bool bRelativeForceAxis, MU32 DurationMS = INFINITE);
Parameters 
Description 
MODAVECTOR3 & ForcePosition 
[in] Vector origin. 
bool bRelativePosition 
[in] true if the vector origin is relative to the geometry, false if absolute. 
MODAVECTOR3 & ForceAxisAndLength 
[in] Force vector (direction * intensity). 
bool bRelativeForceAxis 
[in] true if the force vector is relative to the geometry, false if absolute. 
MU32 DurationMS = INFINITE 
[in] Vector life time in ms. After the time life, the vector is canceled. 

true if the command was sent, false otherwise.

SetForce applies a force vector to a dynamic geometry (inside a rigid body). The force origin can be relative or absolue, the force vector represents the force direction (relative or absolute) and the length of the force. Each call to this function cancels the effets of previous calls to SetForce, SetTorque and SetForceAndTorque. The vector lifetime is infinite if DurationMS=INFINITE.

v4.7.24

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!