geom.edge.pos
Syntax
Vector Access
- v = geom.edge.pos(e<,i>)
Get the edge position. The edge position is the center of the edge.
Returns: v - edge position vector or component
Arguments: e - edge pointer
i - optional vector component
Component Access
- f = geom.edge.pos.x(e)
Get the x-component of the edge position.
Returns: f - x-component of the edge position vector Arguments: e - edge pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |