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, the definition of external forces exerted by a point source is possible. If the ray, which is 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(1) = ( x, y, z, Fx, Fy, Fz )
Default: RIGIDBODY_ExternalForces(i) = ( 0, 0, 0, 0, 0, 0 )