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 GetAppID ()
 
def GetAutoBackupTime ()
 
def GetInterface (args)
 
def GetLicenseBehavior ()
 
def GetLicenseDaysLeft ()
 
def GetProductVersion ()
 
def GetQuietMode
 
def GetScreenHeight ()
 
def GetScreenWidth ()
 
def GetSoundObject ()
 
def IsDebugging ()
 
def IsFeatureLicensed (args)
 
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 GetAppID = staticmethod(GetAppID)
 
tuple GetAutoBackupTime = staticmethod(GetAutoBackupTime)
 
tuple GetInterface = staticmethod(GetInterface)
 
tuple GetLicenseBehavior = staticmethod(GetLicenseBehavior)
 
tuple GetLicenseDaysLeft = staticmethod(GetLicenseDaysLeft)
 
tuple GetProductVersion = staticmethod(GetProductVersion)
 
tuple GetQuietMode = staticmethod(GetQuietMode)
 
tuple GetScreenHeight = staticmethod(GetScreenHeight)
 
tuple GetScreenWidth = staticmethod(GetScreenWidth)
 
tuple GetSoundObject = staticmethod(GetSoundObject)
 
tuple IsDebugging = staticmethod(IsDebugging)
 
tuple IsFeatureLicensed = staticmethod(IsFeatureLicensed)
 
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 GetAppID ( )
GetAppID() -> APPLICATION_ID
def GetAutoBackupTime ( )
GetAutoBackupTime() -> float
def GetInterface (   args)
GetInterface(Interface_ID id) -> BaseInterface
def GetLicenseBehavior ( )
GetLicenseBehavior() -> int
def GetLicenseDaysLeft ( )
GetLicenseDaysLeft() -> int
def GetProductVersion ( )
GetProductVersion() -> int
def GetQuietMode (   checkNetSlave = True)
GetQuietMode(bool checkNetSlave=True) -> bool
GetQuietMode() -> bool
def GetScreenHeight ( )
GetScreenHeight() -> int
def GetScreenWidth ( )
GetScreenWidth() -> int
def GetSoundObject ( )
GetSoundObject() -> SoundObj
def IsDebugging ( )
IsDebugging() -> bool
def IsFeatureLicensed (   args)
IsFeatureLicensed(int subNum) -> 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)