How to design pattern similar

1 Like

Take a look at point 7.

2 Likes

this not easy circle small trick is there so i couldnt able to get so im here

Search the forum for “circle packing”. Many good posts. Many variations.

you cant get little floral effect in that

Yes, okay, thats what the forum is for, but then you should explain what part you need help with, what you have already tried, etc.

This is a forum where users help other users. Just like if you ask someone a question on the street or on the phone, there is some common decency to ask nicely and show some effort on your part. If you do that, people will be more than happy to help, but if you can’t be bothered to write even a whole sentence, nobody will help you.

1 Like

There are a lot of variants on circle packing. Packing circles of different diameters would be one place to start creating a pattern like this, after packing, you offset.

Another option would be to use populate 2d to create a voronoi diagram, then use the Delaunay Mesh Triangulation method for finding the largest circle that fits inside a voronoi cell, and then offsetting the circles inward to create space between them.

But the pattern does appear to have large circles placed in a semi-orderly distance from each other. You might have to start by doing that, and then packing.