Staggered array?

Staggered array?

Anonymous
Not applicable
2,525 Views
7 Replies
Message 1 of 8

Staggered array?

Anonymous
Not applicable

So I have a few questions regarding dynamic blocks. I have set up these blocks so they have an array function on them. So they can array in columns and rows. I am wondering if there's a way to have the rows stager in a traditional pyramid? Like can you take row 2 and add in half of the width of the block of free space and decrease it by one block? Or does anyone know anything similar to this?

 

Annotation 2019-06-05 234324.png

0 Likes
Accepted solutions (1)
2,526 Views
7 Replies
Replies (7)
Message 2 of 8

h_s_walker
Mentor
Mentor

Highly doubtful, because your asking it to offset and add rectangles at the same time.

 

Lisp might do it, but since you originally posted in the LT forums I assume you don't have full AutoCAD so that wouldn't work anyway.

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes
Message 3 of 8

ojuris
Advisor
Advisor

how much rows you need?

not the most elegant way but can be done with visibilities and double lookup

0 Likes
Message 4 of 8

Anonymous
Not applicable

1-6 rows 

0 Likes
Message 5 of 8

h_s_walker
Mentor
Mentor

See the attached drawing

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes
Message 6 of 8

Anonymous
Not applicable

That is exactly what I am looking for @h_s_walker is there any way you could lead me to step by step instructions of how you achieved that?

0 Likes
Message 7 of 8

h_s_walker
Mentor
Mentor
Accepted solution

First I made six visibility states, one for each row.

 

Then I added a linear stretch and put a point on the defpoints layer and used the  stretch to move that point. I only put the point on there so the arrow on the stretch would be visible.

 

I made the stretch incremental at 0.5 spacing with a minimum of 0.5 and a max of 3 (the rectangle I've drawn is 1x0.5)

 

Examine the double lookup it links the distance with which visibility state will be shown.

Howard Walker
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Left Handed and Proud

0 Likes
Message 8 of 8

Dibble_Engineers
Community Visitor
Community Visitor

I have used ARRAY command and then adjust the INCLUDED AXIS ANGLE to 45 degress in properties.Array with staggered offsetArray with staggered offset

If I am going to stagger vertical like nailing patterns, then ROTATE array block 45 degrees as well as INCLUDED AXIS ANGLE.

ArrayStaggered.JPG