sel.hybrid.dowel.pos
Syntax
- v := sel.hybrid.dowel.pos(scdp)
Get the position vector of the dowel, defined as the element centroid.
Returns: v or f - position Arguments: scdp - cable dowel pointer
Component Access
f := sel.hybrid.dowel.pos
(scdp)->x
- f := sel.hybrid.dowel.pos.x(scdp)
Get the -component of the position vector of the dowel, defined as the element centroid.
Returns: f - -component of the position vector Arguments: scdp - cable dowel pointer
Access other vector components (, ) by substituting the component name where 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.dowel.pos(scdp,<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? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |