Make reference to a point

edited September 2015 in Old versions
Hello,

Is it possible to make reference to a point, instead of numerical value, in the .xml file ?

For instance, if I create 2 points (mk=10 and 20), can I define an axis with : (or with an other syntax ?)

axisp1 x="x(mk=10)" y="y(mk=10)" z="z(mk=10)" />
axisp2 x="x(mk=20)" y="y(mk=20)" z="z(mk=20)" />

Instead of :

axisp1 x="1" y="0" z="0" />
axisp2 x="-1" y="0" z="1" />

Regards.
Sign In or Register to comment.