data.label.pos
Syntax
Vector Access
- v = data.label.pos(lp<,i>)
- data.label.pos(lp<,i>) = v
Get/set the position. The text and a line or arrow are drawn from this position to the end position (specified with
data.label.end
).Returns: v - position vector or component
Accepts: v - position vector or component
Arguments: lp - label pointer
i - optional vector component
Component Access
- f = data.label.pos.x(lp)
- data.label.pos.x(lp) = f
Get/set the \(x\)-component of the position.
Returns: f - \(x\)-component of the position vector Accepts: f - \(x\)-component of the position vector Arguments: lp - label pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |