bdeSetSimulationAnimationEnabled

Sets the simulation to have animation enabled.

Syntax

bdeSetSimulationAnimationEnabled(enable)

Inputs

enable
Boolean representing whether or not to enable the simulation animation.
Type: Boolean

Examples

Set the simulation to have animation enabled:

          bdeSetSimulationAnimationEnabled(true);