MaxPlus Python API Reference
ModifierPanel Class Reference
+ Inheritance diagram for ModifierPanel:

Public Member Functions

def Add (*args)
 
def AddToSelection (*args)
 
def Delete (*args)
 
def EnableShowEndResult (*args)
 
def GetContexts (*args)
 
def GetReplaceableObjRef (*args)
 
def GetShowEndResult ()
 
def IsValid (*args)
 
def SetShowEndResult (*args)
 

Static Public Attributes

 Add = staticmethod(Add)
 
 AddToSelection = staticmethod(AddToSelection)
 
 Delete = staticmethod(Delete)
 
 EnableShowEndResult = staticmethod(EnableShowEndResult)
 
 GetContexts = staticmethod(GetContexts)
 
 GetReplaceableObjRef = staticmethod(GetReplaceableObjRef)
 
 GetShowEndResult = staticmethod(GetShowEndResult)
 
 IsValid = staticmethod(IsValid)
 
 SetShowEndResult = staticmethod(SetShowEndResult)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Modifier panel utility functions.

Member Function Documentation

◆ Add()

def Add ( args)
Add(INode node, Modifier mod, int beforeIdx=0) -> Autodesk::Max::ResCode::Type
Add(INode node, Modifier mod) -> Autodesk::Max::ResCode::Type

◆ AddToSelection()

def AddToSelection ( args)
AddToSelection(Modifier mod)

◆ Delete()

def Delete ( args)
Delete(INode node, Modifier mod) -> Autodesk::Max::ResCode::Type
Delete(INode node, IDerivedObject derivedObj, int idx) -> Autodesk::Max::ResCode::Type

◆ EnableShowEndResult()

def EnableShowEndResult ( args)
EnableShowEndResult(bool enabled)

◆ GetContexts()

def GetContexts ( args)
GetContexts(INodeTab nodes) -> ModContextList

◆ GetReplaceableObjRef()

def GetReplaceableObjRef ( args)
GetReplaceableObjRef(INode node) -> Object

◆ GetShowEndResult()

def GetShowEndResult ( )
GetShowEndResult() -> bool

◆ IsValid()

def IsValid ( args)
IsValid(INode node, Modifier mod) -> bool

◆ SetShowEndResult()

def SetShowEndResult ( args)
SetShowEndResult(bool show)