ModifierPanel Class Reference

ModifierPanel Class Reference

Class Description

Modifier panel utility functions.
+ 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

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

Member Function Documentation

def Add (   args)
Add(INode node, Modifier mod, int beforeIdx=0) -> Autodesk::Max::ResCode::Type
Add(INode node, Modifier mod) -> Autodesk::Max::ResCode::Type
def AddToSelection (   args)
AddToSelection(Modifier mod)
def Delete (   args)
Delete(INode node, Modifier mod) -> Autodesk::Max::ResCode::Type
Delete(INode node, IDerivedObject derivedObj, int idx) -> Autodesk::Max::ResCode::Type
def EnableShowEndResult (   args)
EnableShowEndResult(bool enabled)
def GetContexts (   args)
GetContexts(INodeTab nodes) -> ModContextList
def GetReplaceableObjRef (   args)
GetReplaceableObjRef(INode node) -> Object
def GetShowEndResult ( )
GetShowEndResult() -> bool
def IsValid (   args)
IsValid(INode node, Modifier mod) -> bool
def SetShowEndResult (   args)
SetShowEndResult(bool show)