Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
AxisChangeCallback Class Reference
Main Page
Public Member Functions
AxisChangeCallback Class Reference
Search for all occurrences
#include <maxapi.h>
Inheritance diagram for AxisChangeCallback:
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]
Search for all occurrences
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.