michaeloureiro Posted August 8, 2009 Posted August 8, 2009 Hey everybody, I´m trying to array a line inbetween a specific angle. But I continue to get what you see in the pic. I need perfectly spaced lines....How do I go about doing this? Thanks Quote
ReMark Posted August 8, 2009 Posted August 8, 2009 Math. You'll have to break the angle down into smaller increments. Use decimal degrees and a precision to four decimal places. That should be sufficient. Quote
michaeloureiro Posted August 8, 2009 Author Posted August 8, 2009 Why doesn´t cad do it, doesn´t seem that difficult... Quote
ReMark Posted August 8, 2009 Posted August 8, 2009 Why doesn´t cad do it, doesn´t seem that difficult... You'll have to pose that question to the programmers. I just tried to answer your question. There's probably a lisp routine somewhere that would did it for you. I did not look. Do us a favor and search for one. If you find a routine come back here and post it. Then we all be in your debt. Quote
eldon Posted August 8, 2009 Posted August 8, 2009 How do you know that your angle to fill is exactly 13° If you only have the Angle precision at 0, then you will never know what the exact angle is. Instead of entering the angle, choose the option where you can pick the angle to fill, then it will divide the angle perfectly. Quote
Lee Mac Posted August 9, 2009 Posted August 9, 2009 Why doesn´t cad do it, doesn´t seem that difficult... I thought it did... Quote
ronjonp Posted August 9, 2009 Posted August 9, 2009 I thought it did... [ATTACH]13666[/ATTACH] From my test AutoCAD does it easily : Quote
eldon Posted August 10, 2009 Posted August 10, 2009 I think that the basic problem here comes from dimensioning an angle to find out what the angle is, without changing the default settings (nearest degree). In the picture, the red and blue lines are nearly one degree apart, but the dimension shows 13° for each. But if you change the units precision in the dimension style, the more accurate dimensions show what the angles really are. So when using Polar array, always pick the angle if you have not set the lines to an exact angle. Quote
rkent Posted August 10, 2009 Posted August 10, 2009 From my test AutoCAD does it easily : If neither line is at 0 or 180 degrees you will find that 2010 won't work as expected. The button to define the angle only allows one pick so the assumed angle of the other line is at 0. This seems like a huge bug to me, we should be able to point to both lines and their intersection to define the angle. Quote
Lee Mac Posted August 10, 2009 Posted August 10, 2009 Good point - I hadn't noticed that! I wonder why it has been set up that way... even the getangle prompt in LISP allows two picks.. Quote
eldon Posted August 10, 2009 Posted August 10, 2009 If neither line is at 0 or 180 degrees you will find that 2010 won't work as expected. The button to define the angle only allows one pick so the assumed angle of the other line is at 0. That is the way it has always been, and one suspects that not enough complaints have been registered with AutoCAD for them to make it work in a straightforward way with two picks Quote
SEANT Posted August 10, 2009 Posted August 10, 2009 In lieu of more complex programming (and AutoCAD LT friendly, though I’m not sure if LT has the ‘CAL command) how about this as a two point option: C^C^_select;\-array;p;;p;\\'cal;ang(@,end,end);; 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.