Hi,
When you are in Rotate and switch to “Axis Orientation - Component” you get those values down in fields which are different depending on face selected.
Would anyone know how to get those values (image below)?
What i have, for example, is:
RotateTool;
// get inital axis orientation
$getAxisO = `manipRotateContext -q -mode Rotate`;
// set to component
manipRotateContext -e -mode 9 Rotate;
// GET THOSE VALUES ON IMAGE //
// set back to initial axis orientation
manipRotateContext -e -mode $getAxisO Rotate;

Thanks!