xformopΒΆ
class xformop
A xformop instanciation with its parameters
Members
Constructors:
| create | (
|
Create a xformop with a name and parameters |
Methods:
| affecttranslation | ( ) | True if the xformop affects the transform translation |
| getname | ( ) | Get the name associated to this operator ("leftconcat", for instance) |
| gettransform | ( ) | Get the transform of the xformop |
| tostring | ( ) |
Documentation
True if the xformop affects the transform translation
Return:
result
Get the name associated to this operator ("leftconcat", for instance)
Return:
name the operator name
Get the transform of the xformop
Return:
value the xformop transform
Return:
str the xformop serialized to a string