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
Direction
Name
Type
Description
Input
Input Starting Value
Number
Starting value used for animation range.
Input
Input Ending Value
Number
End value used for animation range.
Input
Input Current Value
Number
Current value of interest.
Output
Output Starting Value
Number
Starting value used for animation range.
Output
Output Ending Value
Number
Ending value used for animation range.
Output
Output Current Value
Number
Current value of interest.
Properties
Property
Type
Description
Current Value
Double
The current value of interest.
Loop
Loop
The Loop controls setting the Current Value by specified increments.
Starting Value
Double
The starting value is the beginning value for the simulation.
Ending Value
Double
The ending value is the end value for the simulation.
Step Size
Double
The Step Size value specifies a factor for the increment for advancement when stepping or running.