Maybe a silly question, but how can I add an elips in a polyline? I've tried pedit --> join but I get the message that only arc circel or line can be added. Trying to explode the elips doesn't work out.
Can anybody please help?
Thanks in advance Wouter
Didn't find your answer? Ask the community — no account required.
L
Longshot
ellipse is actually a spline. you must trace over it with polylines or arcs.. I use divide and set my spaces pretty close then set my Osnap on node & go. HTH Rob
P
Paul Turvill
You can't use a true ellipse. Instead, set PELLIPSE to 1 to force AutoCAD to approximate your ellipse with a polyline; you can then trim, PEDIT, etc. to your heart's content. ___
J
JP
Try to use boundary. Draw the ellipse, draw your pline, than make a new boundary and it wil create a region. It's not a polyline but if you need it for hatching it works.
Jan
"Paul Turvill" schreef in bericht news: snipped-for-privacy@whidbeytel.com...
M
Max
It's impossible join an elips with a polyline but I have a lisp command that convert a spline into a lwpolyline... The name is CONVSPL
"Runt" ha scritto nel messaggio news:c2825a$tv8$ snipped-for-privacy@news2.solcon.nl...
R
Runt
Thanks you all. I'll try it out!
Wouter
"Runt" schreef in bericht news:c2825a$tv8$ snipped-for-privacy@news2.solcon.nl...
D
Daniel J. Ellis
I'm a little confused, how do you use this?
I copeid the bit after "(defun...." into notepad and saved it of as an *.lsp I loaded the lsp into acadwin.
I type convspl at the command line, it promtps me to select something, which I do (an ellipse) it I press enter and it exits the routine. Nothing has happened. What am I doing wrong?
J
Jürgen Palme
The LISP "convspl" converts a spline into a polyline. It can not be used to convert an ellipse into a pline.
Juergen
"Daniel J. Ellis" schrieb:
M
Michael Bulatovich
Again, depending on the accuracy required, a SPLINE is created when you try to offset an ellipse. Offsetting the offset back gives you an
*approximation* of an ellipse, which could then be used by this routine to make a polyline......
J
Jürgen Palme
Wouldn't it be easier to follow Pauls suggestion and draw the ellipse while PELLIPSE = 1? So you get a pline and can join it to other lines/polylines/arcs.
Juergen
Michael Bulatovich schrieb:
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.