Proxy of C++ Autodesk::Max::List<(Autodesk::Max::Ray,::Ray)> class
Inheritance diagram for RayList:Public Member Functions | |
| def | Append |
| def | Delete |
| def | GetCount |
| def | GetItem |
| def | Insert |
| def | SetCount |
| def | SetItem |
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') |
| def Append | ( | self, | |
| args | |||
| ) |
Append(RayList self, Ray x)
| def Delete | ( | self, | |
| args | |||
| ) |
Delete(RayList self, int n)
| def GetCount | ( | self | ) |
GetCount(RayList self) -> int
| def GetItem | ( | self, | |
| args | |||
| ) |
GetItem(RayList self, int n) -> Ray
| def Insert | ( | self, | |
| args | |||
| ) |
Insert(RayList self, Ray x, int at)
| def SetCount | ( | self, | |
| args | |||
| ) |
SetCount(RayList self, int n)
| def SetItem | ( | self, | |
| args | |||
| ) |
SetItem(RayList self, int n, Ray x)