
Inputs
投入
积分
Here you can link an Array with the point indices in the order in which they should be used for the polygon creation. To do so you can use an Index Array from String Node.
在这里,您可以按照创建多边形时应该使用的顺序将数组与点索引链接起来。为此,可以使用 String Node 中的 Index Array。
大纲
Here you can pass the number of points for each edge of a polygon to the Node. For triangles and quads, this will be a value of either 3 or 4. If you want to create an N-Gon much higher values might be needed. If you want to create an N-Gon with an enclosed opening, separate numeric values – for each closed edge – must be used. A triangle with a 3-sided opening at the center would have to use a value of 3 twice. The output at the Groups input will then combine these individual values to create a single polygon.
在这里,您可以将多边形每条边的点数传递给节点。对于三角形和四边形,这将是一个3或4的值。如果您想创建一个 N-Gon,可能需要更高的值。如果您想要创建一个带有封闭开口的 N-Gon,则必须为每个封闭边使用单独的数值。三角形的中心有一个三边形的开口必须使用一个值3两次。然后,Groups 输入处的输出将合并这些单独的值,以创建单个多边形。
团体
Here you can pass the number of closed edges for each polygon to be created to the Node. Normal polygons will generally use a value of 1. For more complex N-Gons with a hole (see Outline input description), larger values will be required.
在这里,您可以将要创建的每个多边形的闭合边的数目传递给节点。一般的多边形通常使用1的值。对于更复杂的带有孔的 N-Gons (请参阅大纲输入描述) ,需要更大的值。