Star Layer

Layer_geometry_star_icon.png

About Star Layers

A Star Layer is a geometric object that is made by the filling the region resulting from connecting the points of two concentric circles with straight lines. The number of points on which the circles are divided defines the number of peaks of the star. The points over the circles are spread regularly over both circles but one of them has the points rotated N/360/2 degrees from the other circle (being N the number of peaks or points).

Star_Layer_0.63.06.png

Parameters of Star Layers

The parameters of the star layers are:

Name

Value

Type

Type_real_icon.png Z Depth Parameter

0.000000

real

Type_real_icon.png Opacity

1.000000

real

Type_integer_icon.png Blend Method

Composite

integer

Type_gradient_icon.png Color

p_color_green.png

color

Type_vector_icon.png Origin

0.500000u,0.000000u

vector

Type_bool_icon.png Inver Parameter

p_checkbox_off.png

bool

Type_bool_icon.png Antialiasing

p_checkbox_off.png

bool

Type_real_icon.png Feather

0.500000u

real

Type_integer_icon.png Type of Feather

Fast Gaussian Blur

integer

Type_integer_icon.png Winding Style

Non Zero

integer

Type_real_icon.png Outer Radius

1.500000u

real

Type_real_icon.png Inner Radius

0.500000u

real

Type_angle_icon.png Angle

0.00

angle

Type_integer_icon.png Points

5

integer

Type_bool_icon.png Regular Polygon

p_checkbox_off.png

bool

The parameters of the star layers are the same as the majority of the shape-like objects but it has specific parameters for its own properties.

Outer Radius

Defines the radius of the circle where the peaks of the star lay.

Inner Radius

Defines the radius of the circle where the valleys of the star lay.

Angle

Is the rotation angle for the first peak of the star. Its default value is 90 degrees.

Points

Defines the number of divisions done in the circles and therefore the number of points and peaks in the star.

Playing Around

Crazy Radii

The Outer Radius shouldn’t be greater than Inner Radius. It only changes the star’s orientation:

Inner Radius = 40; Outer Radius = 60

Inner Radius = 60; Outer Radius = 40

Star_Layer_40-60_0.63.06.png
Star_Layer_60-40_0.63.06.png

You can also play with negative values:

Inner Radius = -40; Outer Radius = 60

Inner Radius = 40; Outer Radius = -60

Star_Layer_m40-60_0.63.06.png
Star_Layer_60-m40_0.63.06.png

Winding Style Hacks

You can even play with the |Winding_Style_Parameter| and negative values to obtain some effects:

Inner Radius = 40; Outer Radius = -60; WS=even/odd

Inner Radius = -40; Outer Radius = 60; WS=even/odd

Star_Layer_m40-60_ws_0.63.06.png
Star_Layer_60-m40_ws_0.63.06.png

Regular 2N-sided Polygons

Also you can Linking both radii to create a 2*N sided regular Polygon Layer, where N is the number of points (3 points for this case (six sides)):

Star_Layer_Radius_Linked_0.63.06.png