MaxPlus Python API Reference
Rect Class Reference
+ 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)
 

Detailed Description

Proxy of C++ Autodesk::Max::Rect class

Member Function Documentation

◆ GetBottom()

def GetBottom (   self)
GetBottom(Rect self) -> int

◆ GetLeft()

def GetLeft (   self)
GetLeft(Rect self) -> int

◆ GetRight()

def GetRight (   self)
GetRight(Rect self) -> int

◆ GetTop()

def GetTop (   self)
GetTop(Rect self) -> int

◆ SetBottom()

def SetBottom (   self,
args 
)
SetBottom(Rect self, int bottom)

◆ SetLeft()

def SetLeft (   self,
args 
)
SetLeft(Rect self, int left)

◆ SetRight()

def SetRight (   self,
args 
)
SetRight(Rect self, int right)

◆ SetTop()

def SetTop (   self,
args 
)
SetTop(Rect self, int top)