Proxy of C++ Autodesk::Max::Rect class
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 | |
tuple | bottom = _swig_property(GetBottom, SetBottom) |
tuple | left = _swig_property(GetLeft, SetLeft) |
tuple | right = _swig_property(GetRight, SetRight) |
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
tuple | top = _swig_property(GetTop, SetTop) |
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)