rnodeΒΆ
class rnode
A node wrapper to the internal traversal node
Members
Methods:
| 
 | getattributes | (
 | 
Get the raw attributes of the node | 
| 
 | getname | ( ) | Get the name of the node | 
| 
 | gettransform | (
 | 
Get the transform of the node | 
| 
 | gettransformmode | ( ) | Get the transform mode of the node | 
Documentation
Get the raw attributes of the node
Arguments:
start The start time of the attributes to getend The end time of the attributes to get
Return:
result the attributes of the node
Get the name of the node
Return:
result the name of the node
Get the transform of the node
Arguments:
start The start time of the transform range to getend The end time of the transform range to get
Return:
result the transform of the node at the given time interval (if supported)
Get the transform mode of the node
Return:
result the transform mode of the node