Python API 2.0 Reference
|
Public Member Functions | |
def | __eq__ () |
def | __ge__ () |
def | __getitem__ () |
def | __gt__ () |
def | __init__ () |
def | __le__ () |
def | __len__ () |
def | __lt__ () |
def | __ne__ () |
def | copy () |
Properties | |
dimensions = property(...) | |
name = property(...) | |
Class that encapsulates component/attribute information for generating selection items.
def OpenMaya.MAttributeSpec.__init__ | ( | ) |
x.__init__(...) initializes x; see help(type(x)) for signature
def OpenMaya.MAttributeSpec.__eq__ | ( | ) |
x.__eq__(y) <==> x==y
def OpenMaya.MAttributeSpec.__ge__ | ( | ) |
x.__ge__(y) <==> x>=y
def OpenMaya.MAttributeSpec.__getitem__ | ( | ) |
x.__getitem__(y) <==> x[y]
def OpenMaya.MAttributeSpec.__gt__ | ( | ) |
x.__gt__(y) <==> x>y
def OpenMaya.MAttributeSpec.__le__ | ( | ) |
x.__le__(y) <==> x<=y
def OpenMaya.MAttributeSpec.__len__ | ( | ) |
x.__len__() <==> len(x)
def OpenMaya.MAttributeSpec.__lt__ | ( | ) |
x.__lt__(y) <==> x<y
def OpenMaya.MAttributeSpec.__ne__ | ( | ) |
x.__ne__(y) <==> x!=y
def OpenMaya.MAttributeSpec.copy | ( | ) |
copy(source) -> self Copy data from source specification. * source (MAttributeSpec) - The source specification to copy from
|
static |
The dimensions of the attribute specification.
|
static |
The name of the attribute specification.