rblock.axis.long

Syntax

v = rblock.axis.long(p)

Get the direction of the longest axis of the rigid block.

Returns:v - rigid block long axis orientation
Arguments:p - rigid block pointer

Component Access

f = rblock.axis.long (p)->x

f = rblock.axis.long.x(p)

Get the \(x\)-component of the longest axis of the rigid block.

Returns:f - \(x\)-component of the rigid block long axis orientation
Arguments:p - rigid block pointer

Access other vector components (\(y\), \(z\) (3D ONLY)) by substituting the component name where \(x\) appears above. See Member Access Operator for information about accessing members from data types using ->.

Deprecated Component Access

Component access by adding an optional integer in the function arguments (e.g., f = rblock.axis.long(p, 3)) is deprecated. It remains available but will not be supported in future versions. See Component Access with Integers in FISH on the Deprecated Commands and FISH page for details.

This is hidden. Added to include remaining vector component access functions for inline help.

f = rblock.axis.long.y(p)
f = rblock.axis.longs.z(p) (3D ONLY)