rblock.force.app

Syntax

Vector Access

v = rblock.force.app(p<,i>)
rblock.force.app(p<,i>) = v

Get/set the rigid block applied force.

Returns:

v - rigid block applied force vector or component

Accepts:

v - rigid block applied force vector or component

Arguments:

p - rigid block pointer

i - optional vector component

Component Access

f = rblock.force.app.x(p)
rblock.force.app.x(p) = f

Get/set the x-component of the rigid block applied force.

Returns:f - x-component of the rigid block applied force vector
Accepts:f - x-component of the rigid block applied force vector
Arguments:p - rigid block pointer
f = rblock.force.app.y(p)
rblock.force.app.y(p) = f

Get/set the y-component of the rigid block applied force.

Returns:f - y-component of the rigid block applied force vector
Accepts:f - y-component of the rigid block applied force vector
Arguments:p - rigid block pointer
f = rblock.force.app.z(p) (3D ONLY)
rblock.force.app.z(p) = f (3D ONLY)

Get/set the z-component of the rigid block applied force.

Returns:f - z-component of the rigid block applied force vector
Accepts:f - z-component of the rigid block applied force vector
Arguments:p - rigid block pointer