Class AxisChangeCallback
See Also: Class Interface.
class AxisChangeCallback
Description:
This is the callback used with Interface::RegisterAxisChangeCallback().
Methods:
Prototype:
virtual void proc(Interface *ip)=0;
Remarks:
This callback object will be notified any time the user changes the reference coordinate system by:
Changing the transform coordinate system drop-down menu.
Changing the state of the transform center fly-off.
Changing X, Y, Z, XY, YZ, ZX constraint buttons/fly-off.
Using an accelerator or anything else that changes the above.
Parameters:
Interface *ip
A pointer available for calling methods provided by 3ds max.