Relative and absolute position

Hello,

I have a peg (Peg_A) with pos_x = 0 and pos_y = 0.This peg_A is linked to another peg (Peg_B).
If I set an expression writing:
value(column("Peg_A_Pos_x));
It will return “zero” even if I move the peg_B.
I was wondering how can I write the expression for determine the ABSOLUTE POSITION of the Peg_A in the space. Indipendently from the parented peg (Peg_B).
I would not have the position relative from the parented peg but from the world.

Thanks!

Marta

Hello,

You can’t really do that.
The only way for you would be to add the position of the parent peg with the child position

Hi !

Maybe with a getMatrix() ?