Nodo Estrella¶
The Star node generates a poly spline in a star pattern by connecting alternating points of two circles. The points on the inner circle are offset by a rotation so that they lie in between the points on the outer circle. This offset can be changed with the twist input.
Entradas¶
- Puntos
Cantidad de puntos en cada uno de los círculos.
- Radio interior / Radio exterior
Radii of the two circles on which to place the control points. The inner radius can be larger than the outer radius.
- Torsionar
Angle offset of the inner circle. The twist value rotates the points on the circle corresponding with the inner radius counterclockwise by the given angle.
Salidas¶
- Curva
Poly spline generated from the inputs.
- Puntos exteriores
A boolean attribute field with a selection of the points on the Outer Radius, which is every other point.