Anyone know of a way to add a thickness or width to a circle? Basically I want to be able to edit the circle the way I can a PLine and view the width of it on screen. Any ideas?
Thanks
Anyone know of a way to add a thickness or width to a circle? Basically I want to be able to edit the circle the way I can a PLine and view the width of it on screen. Any ideas?
Thanks
Look at DONUT in the help menu.Originally Posted by Shizzjr
AutoCAD Civil3D 2013
Gig 'Em, Aggies!
Never attribute to malice that which can be adequately explained by stupidity, but don't rule out malice
if the circle is an arc ( break the circle ) you can change the start angle to 0.0001 and the end angle to 0. Then you can use pedit to turn it in to a pline and use a width.
: ) Happy Computing !
kennet
There's a lisp routine floating around by Jason Piercey that converts circles to polylines. I found it posted somewhere around here or the autodesk discussion boards. May also have been on Cadalyst or something. I don't want to post it for copywright reasons but I'm sure he offered it up somewhere. From there you simply use pedit.
Last edited by scwegner; 2005-08-31 at 06:21 PM.
Might not be the best way, but another option is to just draw a pline over the existing circle and add a width to that. Then either erase the circle or leave it there with two objects on top each other.
Hi
Check out CIRCLE2PL.VLX from DotSoft Free Stuff
Have a good one, Mike
Funny, it does what I suggested but they break the circle in two pieces at 90 and 270 degrees before they convert to a pline.Originally Posted by Mike.Perry
I suggested a tiny tiny angle, and it works to.
: ) Happy Computing !
kennet
If you break in one place you must, in theory, leave a gap - no matter how small. Breaking it in two means that together they can complete the 360%%d.Originally Posted by kennet.sjoberg
I say "in theory" because I know I have in the past managed to create a full 360%%d arc but I can't remember how.
John B
"With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.
With map you can use the drawing cleanup under the tools menu to convert circles to plines.
What happens when you explode one of those, one circle, two arcs or... ?Originally Posted by david-k
: ) Happy Computing !
kennet