path array with one path for spacing and another one for layout

path array with one path for spacing and another one for layout

Anonymous
Not applicable
3,071 Views
15 Replies
Message 1 of 16

path array with one path for spacing and another one for layout

Anonymous
Not applicable

This is not a new question as I have noticed. What is new about mine is that I am using ACAD LT so a LISP will do no good. I need to layout an array vertically on one irregular path but need the spacing between objects to be the same in the vertical direction (straight path for spacing).

I look forward to comments.

THanks

 

0 Likes
Accepted solutions (1)
3,072 Views
15 Replies
Replies (15)
Message 2 of 16

john.vellek
Alumni
Alumni

Hi @Anonymous,

 

Do you mean a fixed value between objects similar to the value I have set in my array? Or am I misunderstanding your question. Can you provide an example?

 

Capture.PNG

 

 

Please select the Accept as Solution button if my post solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
Message 3 of 16

Anonymous
Not applicable
Hi john.vellek,
Not sure I have seen the array you're referring to.
See attached illustration of what I am pursuing with my question.
Best regards

Alberto Gonzalez
aglezb678@gmail.com
707.208.0098
0 Likes
Message 4 of 16

john.vellek
Alumni
Alumni

Hi Alberto, 

 

Your attachment didn't make it onto your post. If you are adding it by a mobile device such as a phone or tablet, please try again at your computer. I look forward to helping you on this issue.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes
Message 5 of 16

pendean
Community Legend
Community Legend
You have to come to the website to post files, you can't do it by just replying to the emails.
0 Likes
Message 6 of 16

Anonymous
Not applicable
I actually attached it from my laptop. Here it is again. Please confirm
reception
Thanks

Best regards

Alberto Gonzalez
aglezb678@gmail.com
707.208.0098
0 Likes
Message 7 of 16

Anonymous
Not applicable

Here is the attachment.

 

0 Likes
Message 8 of 16

Anonymous
Not applicable

pendean,

 

Thank you!

0 Likes
Message 9 of 16

Anonymous
Not applicable

john.vellek,

I see your example. Tried and didn't work for me. The effect is that all the blocks does not have the same spacing between them since path array measures that distance along the path and I need that distance as a constant value along Y axis regardless of the path shape.

0 Likes
Message 10 of 16

h_s_walker
Mentor
Mentor
Accepted solution

Sounds like you need to do a vertical array and then move them manually into position using a combination of INTERSECT snaps and POLAR TRACKING

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

Message 11 of 16

Anonymous
Not applicable
I'll give it a try if you walk me thru the sequence of commands and parameters with a little example.
Thank you
0 Likes
Message 12 of 16

h_s_walker
Mentor
Mentor

 

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 13 of 16

Anonymous
Not applicable

hwalker

I see. Yes, this is pretty much like my square 1, i.e. that is what I have been doing up to now with this kind of exercises but without using the polar tracking and turning the orthomode on instead.

I appreciate your collaboration and still look forward for a more "automated" solution since most of the time these arrays get pretty large.

Thanks much!

0 Likes
Message 14 of 16

h_s_walker
Mentor
Mentor

Unfortunately the way I've shown is probably the best way to go.

 

There is no easy way to automate it, because what you're trying to do is copy an object from(Original X, Y) to (Variable X, Y+ fixed distance)

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

Message 15 of 16

Anonymous
Not applicable

I'm afraid you are right!

0 Likes
Message 16 of 16

xuser13
Community Visitor
Community Visitor

i know this is a thread from 2017, but im having the same issue here in the future (2025). the solution i came up with that speeds up manually placing them by like 2x is using an array on a straight line to place lines that intersect the path i want to place the blocks on in the future block's central axis, then using the copy command to chain copy the blocks already selected on the points i want to place and placing them on the intersections. then i just select and delete the guidelines

 

0 Likes