sel.hybrid.dir

Syntax

v := sel.hybrid.dir(scp)

Get the orientation of the hybrid bolt element in the global coordinate system.

Returns:v - orientation vector
Arguments:scp - hybrid bolt element pointer

Component Access

f := sel.hybrid.dir (scp)->x

f := sel.hybrid.dir.x(scp)

Get the \(x\)-component of the orientation of the hybrid bolt element in the global coordinate system.

Returns:f - \(x\)-component of the orientation vector
Arguments:scp - hybrid bolt element pointer

Access other vector components (\(y\), \(z\)) 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 (sel.hybrid.dir(scp,<int>)) 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 := sel.hybrid.dir.y(scp)
f := sel.hybrid.dir.z(scp)