Application Class Reference

Application Class Reference

Class Description

High-level utility functions.
+ Inheritance diagram for Application:

Public Member Functions

def AutoBackupEnabled ()
 
def CheckMAXMessages ()
 
def DrawingEnabled ()
 
def EnableAutoBackup (args)
 
def EnableDrawing (args)
 
def ExecuteMAXCommand (args)
 
def FlushUndoBuffer ()
 
def Get3DSMAXVersion ()
 
def GetAutoBackupTime ()
 
def GetInterface (args)
 
def GetQuietMode
 
def GetScreenHeight ()
 
def GetScreenWidth ()
 
def GetSoundObject ()
 
def InNonInteractiveMode
 
def InSecureMode ()
 
def IsDebugging ()
 
def IsNetworkLicense ()
 
def IsQuitingApp ()
 
def IsSceneResetting ()
 
def IsTrialLicense ()
 
def IsUsingProfileDirectories ()
 
def IsUsingRoamingProfiles ()
 
def NumberOfProcessors ()
 
def RescaleWorldUnits (args)
 
def SetAutoBackupTime (args)
 
def SetQuietMode (args)
 
def SetSoundObject (args)
 

Static Public Attributes

tuple AutoBackupEnabled = staticmethod(AutoBackupEnabled)
 
tuple CheckMAXMessages = staticmethod(CheckMAXMessages)
 
tuple DrawingEnabled = staticmethod(DrawingEnabled)
 
tuple EnableAutoBackup = staticmethod(EnableAutoBackup)
 
tuple EnableDrawing = staticmethod(EnableDrawing)
 
tuple ExecuteMAXCommand = staticmethod(ExecuteMAXCommand)
 
tuple FlushUndoBuffer = staticmethod(FlushUndoBuffer)
 
tuple Get3DSMAXVersion = staticmethod(Get3DSMAXVersion)
 
tuple GetAutoBackupTime = staticmethod(GetAutoBackupTime)
 
tuple GetInterface = staticmethod(GetInterface)
 
tuple GetQuietMode = staticmethod(GetQuietMode)
 
tuple GetScreenHeight = staticmethod(GetScreenHeight)
 
tuple GetScreenWidth = staticmethod(GetScreenWidth)
 
tuple GetSoundObject = staticmethod(GetSoundObject)
 
tuple InNonInteractiveMode = staticmethod(InNonInteractiveMode)
 
tuple InSecureMode = staticmethod(InSecureMode)
 
tuple IsDebugging = staticmethod(IsDebugging)
 
tuple IsNetworkLicense = staticmethod(IsNetworkLicense)
 
tuple IsQuitingApp = staticmethod(IsQuitingApp)
 
tuple IsSceneResetting = staticmethod(IsSceneResetting)
 
tuple IsTrialLicense = staticmethod(IsTrialLicense)
 
tuple IsUsingProfileDirectories = staticmethod(IsUsingProfileDirectories)
 
tuple IsUsingRoamingProfiles = staticmethod(IsUsingRoamingProfiles)
 
tuple NumberOfProcessors = staticmethod(NumberOfProcessors)
 
tuple RescaleWorldUnits = staticmethod(RescaleWorldUnits)
 
tuple SetAutoBackupTime = staticmethod(SetAutoBackupTime)
 
tuple SetQuietMode = staticmethod(SetQuietMode)
 
tuple SetSoundObject = staticmethod(SetSoundObject)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def AutoBackupEnabled ( )
AutoBackupEnabled() -> bool
def CheckMAXMessages ( )
CheckMAXMessages() -> bool
def DrawingEnabled ( )
DrawingEnabled() -> bool
def EnableAutoBackup (   args)
EnableAutoBackup(bool onOff)
def EnableDrawing (   args)
EnableDrawing(bool onOff)
def ExecuteMAXCommand (   args)
ExecuteMAXCommand(int id)
def FlushUndoBuffer ( )
FlushUndoBuffer()
def Get3DSMAXVersion ( )
Get3DSMAXVersion() -> DWORD
def GetAutoBackupTime ( )
GetAutoBackupTime() -> float
def GetInterface (   args)
GetInterface(Interface_ID id) -> BaseInterface
def GetQuietMode (   checkNetSlave = True)
GetQuietMode(bool checkNetSlave=True) -> bool
GetQuietMode() -> bool
def GetScreenHeight ( )
GetScreenHeight() -> int
def GetScreenWidth ( )
GetScreenWidth() -> int
def GetSoundObject ( )
GetSoundObject() -> SoundObj
def InNonInteractiveMode (   checkTestMode = False)
InNonInteractiveMode(bool checkTestMode=False) -> bool
InNonInteractiveMode() -> bool
def InSecureMode ( )
InSecureMode() -> bool
def IsDebugging ( )
IsDebugging() -> bool
def IsNetworkLicense ( )
IsNetworkLicense() -> bool
def IsQuitingApp ( )
IsQuitingApp() -> bool
def IsSceneResetting ( )
IsSceneResetting() -> bool
def IsTrialLicense ( )
IsTrialLicense() -> bool
def IsUsingProfileDirectories ( )
IsUsingProfileDirectories() -> bool
def IsUsingRoamingProfiles ( )
IsUsingRoamingProfiles() -> bool
def NumberOfProcessors ( )
NumberOfProcessors() -> int
def RescaleWorldUnits (   args)
RescaleWorldUnits(float f, bool selected)
def SetAutoBackupTime (   args)
SetAutoBackupTime(float minutes)
def SetQuietMode (   args)
SetQuietMode(bool onOff) -> bool
def SetSoundObject (   args)
SetSoundObject(SoundObj snd)