Placing a pattern into a circle or creating lines within a circle

I’m very new to grasshopper- need some help, I want to create an asterisk within a set of circles, so create 4 lines from the top and bottom of the circle, the sides, and two at 45 degrees. going across the diameter of the circle. Or to place a premade asterisk to the center of all the circles… which might be better?

Use Divide Curve to create 8 points on your circle, then Line from the center of the circle to those 8 points.

Smart! Thank you…


I’m trying to do this for multiple circles but as you can see the lines are not treating each circle individually

You need to graft either the A input of the Line componemt or the C output of the Area componemt.

1 Like

You can even graft your input curves once and for all so you only get to deal with trees.

thanks so much, very helpful