Class AxisChangeCallback

3DS Max Plug-In SDK

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:

image\bullet.gif Changing the transform coordinate system drop-down menu.

image\bullet.gif Changing the state of the transform center fly-off.

image\bullet.gif Changing X, Y, Z, XY, YZ, ZX constraint buttons/fly-off.

image\bullet.gif Using an accelerator or anything else that changes the above.

Parameters:

Interface *ip

A pointer available for calling methods provided by 3ds max.