AxisChangeCallback Class Reference
 
 
 
AxisChangeCallback Class Reference

#include <maxapi.h>

Inheritance diagram for AxisChangeCallback:
MaxHeapOperators

Class Description

See also:
Class Interface.

Description:
This is the callback used with Interface::RegisterAxisChangeCallback().

Public Member Functions

virtual  ~AxisChangeCallback ()
virtual void  proc (Interface *ip)=0

Constructor & Destructor Documentation

virtual ~AxisChangeCallback ( ) [inline, virtual]
Remarks:
Destructor.
{}

Member Function Documentation

virtual void proc ( Interface ip ) [pure virtual]
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.