| MaxPlus Python API Reference
    | 
 Inheritance diagram for Rect:
 Inheritance diagram for Rect:| Public Member Functions | |
| def | GetBottom (self) | 
| def | GetLeft (self) | 
| def | GetRight (self) | 
| def | GetTop (self) | 
| def | SetBottom (self, *args) | 
| def | SetLeft (self, *args) | 
| def | SetRight (self, *args) | 
| def | SetTop (self, *args) | 
| Static Public Attributes | |
| bottom = _swig_property(GetBottom, SetBottom) | |
| left = _swig_property(GetLeft, SetLeft) | |
| right = _swig_property(GetRight, SetRight) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
| top = _swig_property(GetTop, SetTop) | |
Proxy of C++ Autodesk::Max::Rect class
| def GetBottom | ( | self | ) | 
GetBottom(Rect self) -> int
| def GetLeft | ( | self | ) | 
GetLeft(Rect self) -> int
| def GetRight | ( | self | ) | 
GetRight(Rect self) -> int
| def GetTop | ( | self | ) | 
GetTop(Rect self) -> int
| def SetBottom | ( | self, | |
| * | args | ||
| ) | 
SetBottom(Rect self, int bottom)
| def SetLeft | ( | self, | |
| * | args | ||
| ) | 
SetLeft(Rect self, int left)
| def SetRight | ( | self, | |
| * | args | ||
| ) | 
SetRight(Rect self, int right)
| def SetTop | ( | self, | |
| * | args | ||
| ) | 
SetTop(Rect self, int top)