OpenMaya.MUuid Class Reference

Class Description

Manipulate UUID data.
+ Inheritance diagram for OpenMaya.MUuid:

Public Member Functions

__eq__ ()
 
__ge__ ()
 
__gt__ ()
 
__init__ ()
 
__le__ ()
 
__lt__ ()
 
__ne__ ()
 
__repr__ ()
 
__str__ ()
 
asString ()
 
copy ()
 
generate ()
 
valid ()
 

Constructor & Destructor Documentation

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

Member Function Documentation

OpenMaya.MUuid.__eq__ ( )
x.__eq__(y) <==> x==y
OpenMaya.MUuid.__ge__ ( )
x.__ge__(y) <==> x>=y
OpenMaya.MUuid.__gt__ ( )
x.__gt__(y) <==> x>y
OpenMaya.MUuid.__le__ ( )
x.__le__(y) <==> x<=y
OpenMaya.MUuid.__lt__ ( )
x.__lt__(y) <==> x<y
OpenMaya.MUuid.__ne__ ( )
x.__ne__(y) <==> x!=y
OpenMaya.MUuid.__repr__ ( )
x.__repr__() <==> repr(x)
OpenMaya.MUuid.__str__ ( )
x.__str__() <==> str(x)
OpenMaya.MUuid.asString ( )
asString() -> string

Return the UUID as a string.
OpenMaya.MUuid.copy ( )
copy(source) -> self

Copy method. Assigns the value of one MUuid to another.

* source (MUuid) - Existing MUuid object to copy.
OpenMaya.MUuid.generate ( )
generate() -> self

Generate a new UUID.
OpenMaya.MUuid.valid ( )
valid() -> bool

Return whether the UUID is valid.