open all | close all

Loop Carried Value 循环进行值Basic 基础Inputs 投入Outputs 产出

Inputs

投入

Add Input
Remove Input

添加 InputRemove 输入

These buttons can be used to adjust the number of loop variables within the loop. These variables can be modified individually for each loop and can be used as a basis for the following loop. Variables can, for example, be made larger for each loop or to run through an Array’s index numbers or to calculate the sum of multiple vectors and matrices within the loop.

这些按钮可以用来调整循环中循环变量的数量。可以为每个循环单独修改这些变量,并且可以将它们用作下一个循环的基础。例如,可以为每个循环增大变量,或者遍历 Array 的索引号,或者计算循环中多个向量和矩阵的和。

Initial

首字母

In this group you can define a start value for each variable, which will then make up the basis for additional value modifications within the loop.

在这个组中,您可以为每个变量定义一个起始值,然后这个起始值将构成循环中附加值修改的基础。

Types.1

类型1

Here you can define an individual data type for each loop. You can easily use different variables, e.g., for integer values, vectors or matrices with in a loop.

在这里,您可以为每个循环定义单独的数据类型。您可以很容易地使用不同的变量,例如,整数值,向量或矩阵与在一个循环。

Inner Scope

内部范围

Here you can, for example, use a Range Node’s Range output to define the number of loops to be executed.

例如,在这里您可以使用 Range Node 的 Range 输出来定义要执行的循环数。

Outer Scope

外部范围

This signal is helpful when linking different Nodes that have an equal hierarchical dependency to one another.

当连接具有相同等级依赖关系的不同节点时,这个信号是有帮助的。

Previous

上一页

In this parameter group you will find the settings for all added variables. The values will automatically be defined by the Initial settings for the first loop. If you modify these values within the loop using your own Nodes, you can pass the results of these calculations to the respective output in the Next parameter group. The Next values will then automatically be made to Previous values for the following loop.

在这个参数组中,您将找到所有添加的变量的设置。这些值将由第一个循环的 Initial 设置自动定义。如果在循环中使用自己的 node 修改这些值,则可以将这些计算结果传递给 Next 参数组中的相应输出。然后在下一个循环中,Next 值将自动转换为 Previous 值。

Next

下一个

These outputs can be found in the opened loop. For each added variable, a Port will be added to which you can pass the results of your calculations from the loop’s Previous input side. The values at the Next variable will then automatically be made to Previous values for the following loop.

这些输出可以在打开的循环中找到。对于每个添加的变量,都会添加一个 Port,您可以从循环的 Previous 输入端传递计算结果。然后,在下一个循环中,Next 变量的值将自动转换为 Previous 值。