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.
I tried this way, but it doesn't work out. Any suggestions?
selection[0].axes.set(ORIGIN, X_AXIS, Y_AXIS, Z_AXIS)