Object Hierarchy | Related C++ Class: ActionDeltaItem
Inheritance
SIObject
ActionDeltaItem
Introduced
6.0
Description
The ActionDeltaItem object tracks changes made on a parameter that is part of a reference model. Each ActionDeltaItem represents a single change, or modification, to a referenced parameter. So each time there a change to a static value, an fcurve, a constraint, an expression or a group relation, a new ActionDeltaItem is generated.
You can also create new ActionDeltaItems from a data set using one of these methods: ActionDelta.AddConstraintItem, ActionDelta.AddExpressionItem, ActionDelta.AddFCurveItem, or ActionDelta.AddStaticValueItem.
ActionDeltaItem objects of the same type (see siModificationDeltaType) are stored in an ActionDelta (ActionDeltaItemCollection) which is accessible via the ActionDelta.Items property.
Methods
Properties
|
|
|
|
See Also
|
|
|
|
Examples
• See ActionDeltaItem.1.js
• See ActionDeltaItem.2.js
Autodesk Softimage 2011