Python API 2.0 Reference
OpenMaya.MAttributeSpec Class Reference
+ Inheritance diagram for OpenMaya.MAttributeSpec:

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(...)
 

Detailed Description

Class that encapsulates component/attribute information for generating selection items.

Constructor & Destructor Documentation

def OpenMaya.MAttributeSpec.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature

Member Function Documentation

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

Property Documentation

OpenMaya.MAttributeSpec.dimensions = property(...)
static
 The dimensions of the attribute specification.
OpenMaya.MAttributeSpec.name = property(...)
static
 The name of the attribute specification.