IPoint2List Class Reference

Class Description

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

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(IPoint2List self, IPoint2 x)
def Delete (   self,
  args 
)
Delete(IPoint2List self, int n)
def GetCount (   self)
GetCount(IPoint2List self) -> int
def GetItem (   self,
  args 
)
GetItem(IPoint2List self, int n) -> IPoint2
def Insert (   self,
  args 
)
Insert(IPoint2List self, IPoint2 x, int at)
def SetCount (   self,
  args 
)
SetCount(IPoint2List self, int n)
def SetItem (   self,
  args 
)
SetItem(IPoint2List self, int n, IPoint2 x)