instance_set_transformation
Sets a particular transform element for a particular time slot. Calling this puts the instance into interpolated mode.
arguments
-
"instance_name" : String
The name of the instance. This name must be the full database name of the instance, including namespace.
-
"resize" : Boolean (default: true)
If true then the time array and transform array will be resized to fit if time_index or transform_index are too large for their respective arrays. Any new values will evaluate to the identity transform. If false then an error is returned if invalid sizes are used.
-
"time_index" : Size
The index into the time array to get.
-
"transform_index" : Size
The index into the transform array to get the transform for.
-
"transformation" : Transform_element
The transform element to set.