Are Patterns With Nonlinear Spacing Possible?

Are Patterns With Nonlinear Spacing Possible?

gjpotter
Explorer Explorer
670 Views
2 Replies
Message 1 of 3

Are Patterns With Nonlinear Spacing Possible?

gjpotter
Explorer
Explorer

I'm curious if any of the pattern methods in Fusion 360 support a way of having nonlinear spacing. The implementation that makes the most sense to me would be to have a variable (n), to stand for the copy number, that could be used in the input for the spacing. So you could designate the spacing as [n^2], or [6^n], or [1 / n], etc. in order to achieve nonlinear spacing. Does something like this already exist?

Accepted solutions (1)
671 Views
2 Replies
Replies (2)
Message 2 of 3

laughingcreek
Mentor
Mentor
Accepted solution

nope

0 Likes
Message 3 of 3

tomaz.kranjec
Explorer
Explorer

I know it is WAY too late but I figured it can help someone in the future.
So I guess it can be done but with a little workaround.
The object can be placed at any position not just linear and also distances between elements can be different or even calculated from previous distances.

 

I'm attaching images to see how it can be done.

tomazkranjec_0-1767689340215.png

 

We specify a number (div) that is greater than half of largest distance and make zig-zag path with equal lengths.

 

The result is a pattern on path and we have to put some equations in parameters:

Distance: ( d4 - 1 ) * div * 2

In this case d4 is the quantity. You can see that if you hover over it.

tomazkranjec_1-1767689920841.png

 

A few more examples:

Random:      tomazkranjec_4-1767690773675.png        Square:    tomazkranjec_5-1767691115255.png

 

Fibonacci:

tomazkranjec_2-1767690580216.png tomazkranjec_3-1767690604303.png

 

 

 

0 Likes