clump.moment.app

Syntax

Vector Access

v = clump.moment.app(c<,i>)
clump.moment.app(c<,i>) = v

Get/set the clump applied moment.

Returns:

v - clump applied moment vector or component

Accepts:

v - clump applied moment vector or component

Arguments:

c - clump pointer

i - Optional vector component that ranges from {3 to 3 in 2D; 1 to 3 in 3D}.

Component Access

f = clump.moment.app.x(c) (3D ONLY)
clump.moment.app.x(c) = f (3D ONLY)

Get/set the x-component of the clump applied moment.

Returns:f - x-component of the clump applied moment vector
Accepts:f - x-component of the clump applied moment vector
Arguments:c - clump pointer
f = clump.moment.app.y(c) (3D ONLY)
clump.moment.app.y(c) = f (3D ONLY)

Get/set the y-component of the clump applied moment.

Returns:f - y-component of the clump applied moment vector
Accepts:f - y-component of the clump applied moment vector
Arguments:c - clump pointer
f = clump.moment.app.z(c)
clump.moment.app.z(c) = f

Get/set the z-component of the clump applied moment.

Returns:f - z-component of the clump applied moment vector
Accepts:f - z-component of the clump applied moment vector
Arguments:c - clump pointer