
Inputs
投入
尺蠖属
Here you can pass the geometry to the Node that you want to evaluate. This can be geometry made up of polygons only or it can be a spline.
在这里,您可以将几何图形传递给要求值的 Node。这可以是由多边形组成的几何体,也可以是样条曲线。
Polygon[-2147483648..2147483647]
多边形[-2147483648. . 2147483647]
If you are outputting a position on a polygon edge you can enter the index number of the respective polygon from the input geometry here. If you want to output the positions along a spline, this input can be ignored.
如果你在多边形边上输出一个位置,你可以在这里输入相应多边形的索引号。如果希望沿样条输出位置,则可以忽略此输入。
Segment[-2147483648..2147483647]
部分[-2147483648. . 2147483647]
If you want to output a position along a spline with multiple segments, enter the number of the respective segment here. Note that the count will generally start at 0. If the spline is made up of connected segments, enter 0 here manually.
如果您想输出一条带有多个段的样条曲线的位置,请在这里输入相应段的数目。请注意,计数通常从0开始。如果样条是由连接的段组成的,在这里手动输入0。
价值[0. . 100% ]
Since the length of the limiting edges of the selected polygon as well as the length of the assigned spline segments are calculated automatically, the Value setting can be used to define the desired position. The order of the index numbers on the polygon’s or spline’s points defines the order of the output positions between 0% and 100%.
由于所选多边形的限制边的长度以及分配的样条线段的长度都是自动计算的,所以可以使用值设置来定义所需的位置。多边形或样条曲线点上索引号的顺序定义了输出位置在0% 到100% 之间的顺序。