I'm trying to do something like this:
Code: Select all
NODE parent
LABEL parent
SET spacer 36
SET radius 200
POSITION sw5 350 0
NODE child1
LABEL child1
POSITION parent {node:parent:spacer}*0r{node:parent:radius}
NODE child2
LABEL child2
POSITION parent {node:parent:spacer}*1r{node:parent:radius}
NODE child3
LABEL child3
POSITION parent {node:parent:spacer}*2r{node:parent:radius}
However, I can't get this to work. That's probably because of one of the following:
a) It's late, I'm tired and I made a boo boo in my syntax
b) What I'm trying to do is not possible (yet)
Which one is it?
I also tried this on the child nodes without success:
Code: Select all
SET child_angle {node:parent:spacer}*3
POSITION parent {node:this:child_angle}r{node:sw6:radius}