struct.beam.ydir
Syntax
- v := struct.beam.ydir(p)
- struct.beam.ydir(p) := v
Get/set the \(y\)-axis of the element local coordinate system.
On assignment will adjust the vector v to be normal to the element axis.
Component Access
f := struct.beam.ydir
(p)->x
struct.beam.ydir
(p)->x
:= f
- f := struct.beam.ydir.x(p)
- struct.beam.ydir.x(p) := f
Get/set the \(x\)-component of the \(y\)-axis of the beam element local system.
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 (struct.beam.ydir(p,<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 |