RIGIDBODY_ExternalForces

define external forces of a RIGIDBODY based on a point source

Besides the direct definition of external forces on the center of gravity (COG) of a RIGIDBODY in the MOVE - statement ( see RIGIDBODY ), one has the chance to define a point and a force. If the ray, described by the force and the point, is intersecting a RIGIDBODY, the force is applied at the FIRST point of intersection, the resulting moment is calculated around the COG.
RIGIDBODY_ExternalForces(i) = ( x, y, z, Fx, Fy, Fz )
default: RIGIDBODY_ExternalForces(i) = ( 0,0,0, 0,0,0 )