building_blocks.edge.toglobal
Syntax
- v = building_blocks.edge.toglobal(ep,f)
Get the global coordinates of a point from local coordinates. Converts the local point coordinate on the edge (1D) to global coordinates (3D). The local edge coordinate of the point will range between 0.0 and 1.0.
Component Access
f = building_blocks.edge.toglobal
(ep, f)->x
- f = building_blocks.edge.toglobal.x(ep,f)
Get the \(x\)-component of the global coordinates of a point from local coordinates. Converts the local point coordinate on the edge (1D) to global coordinates (3D). The local edge coordinate of the point will range between 0.0 and 1.0.
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 (building_blocks.edge.toglobal(ep,f,<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: Aug 13, 2024 |