Variable Cycle

This page was last updated for version v1.2.0

Format

variable-cycle [args] or var-c [args]

Description

  • It will cycle the variable value from min value to max value by step value

  • When the variable's value reaches the max value, it will cycle backward, and so on

Arguments

variable

variable name

variable=<VARIABLE>

variable=x, variable=y

*

step

step value

step=<DOUBLE>

step=0.1, step={step}

*

min

min value

min=<DOUBLE>

min=0, min={min}

*

max

max value

max=<DOUBLE>

max=10, max={max}

*

operator

operator name

operator=<ADD/MULTIPLY>

operator=add, operator=multiply

add

Examples

  1. variable-cycle [variable=radius,step={step},min=0.25,max=1.75]

  2. var-c [variable=x,step=0.1,min={min},max={max}]

Operator argument is not working for now.

Last updated