geom.edge.node.pos
Syntax
Vector Access
- v = geom.edge.node.pos(e,ie<,i>)
- geom.edge.node.pos(e,ie<,i>) = v
Get/set the node position.
Returns: v - node position vector or component
Accepts: v - node position vector or component
Arguments: e - edge pointer
ie - Node index with 1 \(\le\) ie \(\le\) 2.
i - optional vector component
Component Access
- f = geom.edge.node.pos.x(e,ie)
- geom.edge.node.pos.x(e,ie) = f
Get/set the x-component of the node position.
Returns: f - x-component of the node position vector
Accepts: f - x-component of the node position vector
Arguments: e - edge pointer
- f = geom.edge.node.pos.y(e,ie)
- geom.edge.node.pos.y(e,ie) = f
Get/set the y-component of the node position.
Returns: f - y-component of the node position vector
Accepts: f - y-component of the node position vector
Arguments: e - edge pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |