| MaxPlus Python API Reference
    | 
 Inheritance diagram for Circle:
 Inheritance diagram for Circle:| Public Member Functions | |
| def | GetR (self) | 
| def | GetX (self) | 
| def | GetY (self) | 
| def | SetR (self, *args) | 
| def | SetX (self, *args) | 
| def | SetY (self, *args) | 
| Static Public Attributes | |
| r = _swig_property(GetR, SetR) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
| x = _swig_property(GetX, SetX) | |
| y = _swig_property(GetY, SetY) | |
Proxy of C++ Autodesk::Max::Circle class
| def GetR | ( | self | ) | 
GetR(Circle self) -> int
| def GetX | ( | self | ) | 
GetX(Circle self) -> int
| def GetY | ( | self | ) | 
GetY(Circle self) -> int
| def SetR | ( | self, | |
| * | args | ||
| ) | 
SetR(Circle self, int r)
| def SetX | ( | self, | |
| * | args | ||
| ) | 
SetX(Circle self, int x)
| def SetY | ( | self, | |
| * | args | ||
| ) | 
SetY(Circle self, int y)