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
Arg
variable
Description
variable name
Format
variable=<VARIABLE>
Example(s)
variable=x
, variable=y
Default Value
*
Required
Arg
step
Description
step value
Format
step=<DOUBLE>
Example(s)
step=0.1
, step={step}
Default Value
*
Required
Arg
min
Description
min value
Format
min=<DOUBLE>
Example(s)
min=0
, min={min}
Default Value
*
Required
Arg
max
Description
max value
Format
max=<DOUBLE>
Example(s)
max=10
, max={max}
Default Value
*
Required
Arg
operator
Description
operator name
Format
operator=<ADD/MULTIPLY>
Example(s)
operator=add
, operator=multiply
Default Value
add
Required
Examples
variable-cycle [variable=radius,step={step},min=0.25,max=1.75]
var-c [variable=x,step=0.1,min={min},max={max}]
Operator argument is not working for now.
Last updated