clump.template.moi.prin

Syntax

Vector Access

v = clump.template.moi.prin(c<,i>)

Get the clump template principal moment of inertia.

Returns:

v - clump template principal moment of inertia vector or component

Arguments:

c - clump template pointer

i - optional vector component

Component Access

f = clump.template.moi.prin.x(c)

Get the x-component of the clump template principal moment of inertia.

Returns:f - x-component of the clump template principal moment of inertia vector
Arguments:c - clump template pointer
f = clump.template.moi.prin.y(c)

Get the y-component of the clump template principal moment of inertia.

Returns:f - y-component of the clump template principal moment of inertia vector
Arguments:c - clump template pointer
f = clump.template.moi.prin.z(c) (3D ONLY)

Get the z-component of the clump template principal moment of inertia.

Returns:f - z-component of the clump template principal moment of inertia vector
Arguments:c - clump template pointer