brick.upper.corner
Syntax
- iv = brick.upper.corner(b)
Get the brick upper corner position.
Returns: v - brick upper corner position vector Argument: b - brick pointer
Component Access
f = brick.upper.corner
(b)->x
- f = brick.upper.corner.x(b)
Get the \(x\)-position of the brick upper corner.
Returns: f - \(x\)-position of the brick upper corner Arguments: b - brick 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 optional integer(s) in the function arguments (e.g., f = brick.upper.corner(b, 1)
) 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? ... | FLAC3D © 2019, Itasca | Updated: Feb 25, 2024 |