How to change axes for component from ruby api

40 Views Asked by At

I have created an Dynamic Component which depend of its options. I need to change axes for component from ruby api. But I can't understand how to do it.

See image

I tried this way, but it doesn't work out. Any suggestions?

selection[0].axes.set(ORIGIN, X_AXIS, Y_AXIS, Z_AXIS)
0

There are 0 best solutions below