loop

loop

The loop module iterates an operation. For example, you could use a loop object to control the movement of an object in your application, such as incrementing the movement of a slider for a slice plane.

Ports

DirectionNameTypeDescription
InputInput Starting ValueNumberStarting value used for animation range.
InputInput Ending ValueNumberEnd value used for animation range.
InputInput Current ValueNumberCurrent value of interest.
OutputOutput Starting ValueNumberStarting value used for animation range.
OutputOutput Ending ValueNumberEnding value used for animation range.
OutputOutput Current ValueNumberCurrent value of interest.

Properties

PropertyTypeDescription
Current ValueDoubleThe current value of interest.
LoopLoopThe Loop controls setting the Current Value by specified increments.
Starting ValueDoubleThe starting value is the beginning value for the simulation.
Ending ValueDoubleThe ending value is the end value for the simulation.
Step SizeDoubleThe Step Size value specifies a factor for the increment for advancement when stepping or running.