MastroLube Posted September 19, 2016 Posted September 19, 2016 Hi everyone, hope this is the right section.. I want to create a special dynamic block with two dynamic parameters. I need it to improve speed of drawing punch reinforcement. This is how it looks like: So the distance of circle is variable and even the number of them. Is it possible to create it? Can you give me an advice? Quote
SLW210 Posted September 19, 2016 Posted September 19, 2016 I moved your thread to the AutoCAD Drawing Management & Output Forum. Quote
MastroLube Posted September 19, 2016 Author Posted September 19, 2016 Sorry, I didn't noticed it.. Quote
MastroLube Posted September 20, 2016 Author Posted September 20, 2016 (edited) Maybe a workaround could be make dimension of circles a variable and scale for each case everything in order to get the right distance between the center of the circles. After that change the dimension of the circle.. Edited September 20, 2016 by MastroLube Quote
SLW210 Posted September 20, 2016 Posted September 20, 2016 It might be helpful to post on actual .dwg. Quote
MastroLube Posted September 20, 2016 Author Posted September 20, 2016 It might be helpful to post on actual .dwg. ok, this is the block I've created.. punz.dwg It's very simple but you can see the problem.. I'm not able to link distance between circle to arrays. The array generate the next circle at the distance I draw in the block. The goal is to have the distance between all the circle always the same. Any advice? Quote
steven-g Posted September 20, 2016 Posted September 20, 2016 Unfortunately variable arrays are not an option in dynamic blocks, If you have a limited number that you need to achieve then a stretch action and a number of visibility states may help you, but after about 10 items it starts to get long winded. Quote
BIGAL Posted September 21, 2016 Posted September 21, 2016 Have a look at this sample drawing from civ3d it uses fixed spacing but drag for more car parks. You should be able to just repeat the circle not use an array. Parking Tools - Metric.dwg Quote
steven-g Posted September 21, 2016 Posted September 21, 2016 I had something like this in mind! @BIGAL there are some nice blocks in there Array.dwg Quote
MastroLube Posted September 21, 2016 Author Posted September 21, 2016 WOW! thank you guys!!! In your opinion is possible to do a little step over? As you can see in this image you can have more than one row for a side of the pillar/wall My idea was to set the dimension of the side (for example the B dimension) and than set how many rows there are (3 rows for the right side). Is it possible or I've to create a lisp that find the insert points of every row? Thank for everything ))) Dennis Quote
steven-g Posted September 21, 2016 Posted September 21, 2016 It certainly looks possible, so long as you can break it down into simple logical rules, the only problem is it could take a while to get various parts working together and testing, for a one off job it wouldn't be worth the effort, if you eventually use it daily, the time spent would be paid back fairly quickly, but only you can judge that. Quote
BIGAL Posted September 21, 2016 Posted September 21, 2016 YOu could spend lots of time making a 1 2 3 block to me it would be quicker to do just that make 3 blocks a 1, a 2, a 3 Steven-g the car park stuff is pretty good lots of different examples. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.