OpenMaya.MAttributeSpec Class Reference

OpenMaya.MAttributeSpec Class Reference
+ Related help topics:

Class Description

Class that encapsulates component/attribute information for generating selection items.
+ Inheritance diagram for OpenMaya.MAttributeSpec:

Public Member Functions

__eq__ ()
 
__ge__ ()
 
__getitem__ ()
 
__gt__ ()
 
__init__ ()
 
__le__ ()
 
__len__ ()
 
__lt__ ()
 
__ne__ ()
 
copy ()
 

Properties

 dimensions
 
 name
 

Constructor & Destructor Documentation

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

Member Function Documentation

OpenMaya.MAttributeSpec.__eq__ ( )
x.__eq__(y) <==> x==y
OpenMaya.MAttributeSpec.__ge__ ( )
x.__ge__(y) <==> x>=y
OpenMaya.MAttributeSpec.__getitem__ ( )
x.__getitem__(y) <==> x[y]
OpenMaya.MAttributeSpec.__gt__ ( )
x.__gt__(y) <==> x>y
OpenMaya.MAttributeSpec.__le__ ( )
x.__le__(y) <==> x<=y
OpenMaya.MAttributeSpec.__len__ ( )
x.__len__() <==> len(x)
OpenMaya.MAttributeSpec.__lt__ ( )
x.__lt__(y) <==> x<y
OpenMaya.MAttributeSpec.__ne__ ( )
x.__ne__(y) <==> x!=y
OpenMaya.MAttributeSpec.copy ( )
copy(source) -> self

Copy data from source specification.

* source (MAttributeSpec) - The source specification to copy from

Property Documentation

OpenMaya.MAttributeSpec.dimensions
static
 The dimensions of the attribute specification.
OpenMaya.MAttributeSpec.name
static
 The name of the attribute specification.

The documentation for this class was generated from the following file:
  • D:/Maya-MD-Merge/input/python/2.0/OpenMaya.py