63
edits
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
[[File:initialpatterntriangle.jpg]] | [[File:initialpatterntriangle.jpg]] | ||
# In order to produce the pattern firstly there should be triangular grid as a reference(at the background). | |||
# According to pattern we wish we are creating a pattern with 0 and 1 (meaning pick or not pick) | |||
# This pattern as a list is being an input for the “repeat the data” command tiling in x and y direction | |||
# Since there is shift in every line the list will be shifted in every step 7 times | |||
# The created (shifted list) and existing triangular grid dispatched and the obtained curves united | |||
# To differentiate the inner and outer curves(frame) there is a small mathematical rule (if the number of vertices bigger than 5 take it or dont take it) applied. | |||
# As a result curves being connected. |
edits