Class ArcballDialog

3DS Max Plug-In SDK

Class ArcballDialog

See Also: Class ArcballCallback.

class ArcballDialog

Description:

This class is available in release 2.0 and later only.

An instace of this class is created when the global function ArcballDialog *CreateArcballDialog() is called. The DeleteThis() method of this class is used to free the memory allocated by CreateArcballDialog(). Call it when you are done using the dialog box.

Methods:

Prototype:

virtual void DeleteThis()=0;

Remarks:

This method is called to delete the instance of the class.