QuatList Class Reference

Class Description

Proxy of C++ Autodesk::Max::List<(Autodesk::Max::Quat,::Quat)> class
+ Inheritance diagram for QuatList:

Public Member Functions

def Append (self, args)
 
def Delete (self, args)
 
def GetCount (self)
 
def GetItem (self, args)
 
def Insert (self, args)
 
def SetCount (self, args)
 
def SetItem (self, args)
 

Public Attributes

 this
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def Append (   self,
  args 
)
Append(QuatList self, Quat x)
def Delete (   self,
  args 
)
Delete(QuatList self, int n)
def GetCount (   self)
GetCount(QuatList self) -> int
def GetItem (   self,
  args 
)
GetItem(QuatList self, int n) -> Quat
def Insert (   self,
  args 
)
Insert(QuatList self, Quat x, int at)
def SetCount (   self,
  args 
)
SetCount(QuatList self, int n)
def SetItem (   self,
  args 
)
SetItem(QuatList self, int n, Quat x)