Proxy of C++ Autodesk::Max::Circle class
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 | |
| tuple | r = _swig_property(GetR, SetR) |
| tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| tuple | x = _swig_property(GetX, SetX) |
| tuple | y = _swig_property(GetY, SetY) |
| 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)