Setting elements for partial animation

Procedure

  1. Set the instrumentation of the active component to Animation.
  2. By default, all elements are animated. Therefore, partial animation is a process of elimination.

    For each element that you do not want animated, set the <lang>_CG::<type_of_element>::Animate property to False.

    The <type_of_element> metaclass can be Package, Class, Statechart, Relation, Attribute, Operation, Event, or Actor.
  3. Save the model.
  4. Generate, make, and run the project.
    Note: You can specify partial animation per configuration using the Advanced Instrumentation Settings window. For more information, see Using selective instrumentation.

Feedback