Trying to get multiple rows and columns using linear array to make circles.
I can get multiple columns along the y axis but cannot get multiple rows on the x axis.
Probably semantics, but the number and spacing for a row is relative to the Y axis, and columns to the X.
i.e. rows start on the left & extend to the right across the screen. Columns start at the bottom, and extend upward on the screen.
Check the Spacing values. If spacing is zero, the copies will be on top of each other, and if the spacing is too large, the copies will be off the screen.
1 Like
Note that rows go from left → right, while columns start at the bottom and go up — might be they’re off-screen — zoom out first.
1 Like
This topic was automatically closed after 30 days. New replies are no longer allowed.