OpenMaya.MUuid Class Reference
OpenMaya.MUuid.__init__ |
( |
| ) |
|
x.__init__(...) initializes x; see help(type(x)) for signature
OpenMaya.MUuid.__eq__ |
( |
| ) |
|
OpenMaya.MUuid.__ge__ |
( |
| ) |
|
OpenMaya.MUuid.__gt__ |
( |
| ) |
|
OpenMaya.MUuid.__le__ |
( |
| ) |
|
OpenMaya.MUuid.__lt__ |
( |
| ) |
|
OpenMaya.MUuid.__ne__ |
( |
| ) |
|
OpenMaya.MUuid.__repr__ |
( |
| ) |
|
x.__repr__() <==> repr(x)
OpenMaya.MUuid.__str__ |
( |
| ) |
|
OpenMaya.MUuid.asString |
( |
| ) |
|
asString() -> string
Return the UUID as a string.
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.
valid() -> bool
Return whether the UUID is valid.