Author Topic: ellipse  (Read 1931 times)

0 Members and 1 Guest are viewing this topic.

ryandk

  • Guest
ellipse
« on: January 19, 2005, 11:41:07 AM »
I'm trying to use an ellipse to trim a ceiling grid for an elliptical cutout in the ceiling.  However, I just noticed that ellipses are not polylines.  I thought I could get around this by making it a masking block, however it has to be a pline to create a masking block definition.  Do any of you have an idea how I might be able to get around this?  Either making it a pline or just directly a masking block.

Thanks,
Ryan

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
ellipse
« Reply #1 on: January 19, 2005, 11:53:36 AM »
If you set pellipse to 1 ellipses will be polylines
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

ryandk

  • Guest
ellipse
« Reply #2 on: January 19, 2005, 11:58:15 AM »
thanks

ryandk

  • Guest
ellipse
« Reply #3 on: January 19, 2005, 12:21:33 PM »
Just for knowledge sake.

Setting the pellipse parameter to 1 will make all new ellipses polylines.  These polylines, although they are closed plines, cannot be made into masking block definitions nor be used to clip ceiling grids (adt).

This can be solved by exploding them when they are plines, then make all the segments into one polyline again.  It will work as a normal polyline.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
ellipse
« Reply #4 on: January 19, 2005, 12:34:35 PM »
Ryan, the reason for that is that the polyline created by ellipse is a bonefide polyline entity (seperate vertices), not an LWPolyline ... You can do the above simply by setting PLINETYPE to 2, close and reopen the drawing and the pline will be the correct type. OR use the CONVERT command, Polyline option and select the pellipse to convert.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Fuccaro

  • Guest
ellipse
« Reply #5 on: January 20, 2005, 01:49:11 AM »
You may wish to change only some ellipses in a drawing. I wrote a Lisp for this, see here: http://www.cadtutor.net/forum/viewtopic.php?t=1721&start=15