Package mrv :: Package maya :: Package nt :: Module base :: Class NumericAttribute
[hide private]
[frames] | no frames]

Class NumericAttribute

source code

OpenMaya.MObject --+    
                   |    
           Attribute --+
                       |
                      NumericAttribute

Nested Classes [hide private]

Inherited from Attribute: _base_cls_

Instance Methods [hide private]

Inherited from Attribute: __new__

Class Methods [hide private]
 
_create_using(cls, method_name, *args) source code
 
createColor(cls, full_name, brief_name)
Returns: An attribute representing a RGB color
source code
 
createPoint(cls, full_name, brief_name)
Returns: An attribute representing a point with XYZ coordinates
source code

Inherited from Attribute: create

Class Variables [hide private]

Inherited from Attribute: __metaclass__, _mfn_suffix_

Method Details [hide private]

createColor(cls, full_name, brief_name)
Class Method

source code 
Parameters:
Returns:
An attribute representing a RGB color

createPoint(cls, full_name, brief_name)
Class Method

source code 
Parameters:
Returns:
An attribute representing a point with XYZ coordinates