MaxPlus Python API Reference
Application Class Reference
+ 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 (checkNetSlave=True)
 
def GetScreenHeight ()
 
def GetScreenWidth ()
 
def GetSoundObject ()
 
def InNonInteractiveMode (checkTestMode=False)
 
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

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

Detailed Description

High-level utility functions.

Member Function Documentation

◆ AutoBackupEnabled()

def AutoBackupEnabled ( )
AutoBackupEnabled() -> bool

◆ CheckMAXMessages()

def CheckMAXMessages ( )
CheckMAXMessages() -> bool

◆ DrawingEnabled()

def DrawingEnabled ( )
DrawingEnabled() -> bool

◆ EnableAutoBackup()

def EnableAutoBackup ( args)
EnableAutoBackup(bool onOff)

◆ EnableDrawing()

def EnableDrawing ( args)
EnableDrawing(bool onOff)

◆ ExecuteMAXCommand()

def ExecuteMAXCommand ( args)
ExecuteMAXCommand(int id)

◆ FlushUndoBuffer()

def FlushUndoBuffer ( )
FlushUndoBuffer()

◆ Get3DSMAXVersion()

def Get3DSMAXVersion ( )
Get3DSMAXVersion() -> DWORD

◆ GetAutoBackupTime()

def GetAutoBackupTime ( )
GetAutoBackupTime() -> float

◆ GetInterface()

def GetInterface ( args)
GetInterface(Interface_ID id) -> BaseInterface

◆ GetQuietMode()

def GetQuietMode (   checkNetSlave = True)
GetQuietMode(bool checkNetSlave=True) -> bool
GetQuietMode() -> bool

◆ GetScreenHeight()

def GetScreenHeight ( )
GetScreenHeight() -> int

◆ GetScreenWidth()

def GetScreenWidth ( )
GetScreenWidth() -> int

◆ GetSoundObject()

def GetSoundObject ( )
GetSoundObject() -> SoundObj

◆ InNonInteractiveMode()

def InNonInteractiveMode (   checkTestMode = False)
InNonInteractiveMode(bool checkTestMode=False) -> bool
InNonInteractiveMode() -> bool

◆ InSecureMode()

def InSecureMode ( )
InSecureMode() -> bool

◆ IsDebugging()

def IsDebugging ( )
IsDebugging() -> bool

◆ IsNetworkLicense()

def IsNetworkLicense ( )
IsNetworkLicense() -> bool

◆ IsQuitingApp()

def IsQuitingApp ( )
IsQuitingApp() -> bool

◆ IsSceneResetting()

def IsSceneResetting ( )
IsSceneResetting() -> bool

◆ IsTrialLicense()

def IsTrialLicense ( )
IsTrialLicense() -> bool

◆ IsUsingProfileDirectories()

def IsUsingProfileDirectories ( )
IsUsingProfileDirectories() -> bool

◆ IsUsingRoamingProfiles()

def IsUsingRoamingProfiles ( )
IsUsingRoamingProfiles() -> bool

◆ NumberOfProcessors()

def NumberOfProcessors ( )
NumberOfProcessors() -> int

◆ RescaleWorldUnits()

def RescaleWorldUnits ( args)
RescaleWorldUnits(float f, bool selected)

◆ SetAutoBackupTime()

def SetAutoBackupTime ( args)
SetAutoBackupTime(float minutes)

◆ SetQuietMode()

def SetQuietMode ( args)
SetQuietMode(bool onOff) -> bool

◆ SetSoundObject()

def SetSoundObject ( args)
SetSoundObject(SoundObj snd)