struct.liner.normal.dir
Syntax
- v := struct.liner.normal.dir(p,inode<,iside>)
Get the direction (unit vector in global system) in which the liner element is being loaded by the normal coupling spring at node inode (
inode
∈ {1, 2, 3}).
Component Access
f := struct.liner.normal.dir
(p, inode)->x
- f := struct.liner.normal.dir.x(p,inode<,iside>)
Get the \(x\)-component of the direction (unit vector in global system) in which the liner element is being loaded by the normal coupling spring at node inode (
inode
∈ {1, 2, 3}).
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 (struct.liner.normal.dir(p,inode<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.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Oct 31, 2024 |