OpenMaya.MAttributePattern Class Reference

OpenMaya.MAttributePattern Class Reference
+ この参照ページは、次の概要トピックと関連付けられています。

Class Description

Manipulate attribute structure patterns.
+ Inheritance diagram for OpenMaya.MAttributePattern:

Public Member Functions

__init__ ()
 
__str__ ()
 
addRootAttr ()
 
name ()
 
removeRootAttr ()
 
rootAttr ()
 
rootAttrCount ()
 

Static Public Member Functions

attrPattern ()
 
attrPatternCount ()
 
findPattern ()
 

Constructor & Destructor Documentation

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

Member Function Documentation

OpenMaya.MAttributePattern.__str__ ( )
x.__str__() <==> str(x)
OpenMaya.MAttributePattern.addRootAttr ( )
Add the given root attribute to this pattern.
OpenMaya.MAttributePattern.attrPattern ( )
static
Return the specified pattern indexed from the global list.
OpenMaya.MAttributePattern.attrPatternCount ( )
static
Return the global number of patterns created.
OpenMaya.MAttributePattern.findPattern ( )
static
Return a pattern with the given name, None if not found.
OpenMaya.MAttributePattern.name ( )
Return the name of the attribute pattern.
OpenMaya.MAttributePattern.removeRootAttr ( )
Return the nth or passed-in root attribute from this pattern.
OpenMaya.MAttributePattern.rootAttr ( )
Return the nth root attribute in this pattern.
OpenMaya.MAttributePattern.rootAttrCount ( )
Return the number of root attributes in this pattern.