Thursday, November 28, 2019

Change true ellipse into polyline

Issue:

You want to convert a true ellipse to a polyline ellipse.

Solution:

Solution

Use the following procedure to create a polyline ellipse in a new blank drawing. If you already have a drawing with true ellipses, begin at step 3.
  1. Set the PELLIPSE (System Variable) to 0 (to draw true ellipses)
  2. Draw an ellipse on the screen.
True Ellipse (Pellipse SysVar = 0)
  1. Set the PELLIPSE system variable to 1 (to draw polyline ellipses).
  2. Set the PLINETYPE (System Variable) to 0 (polylines will not be altered when they are placed into the drawing)
  3. From the Quick Access Toolbar select "Saveas..." or enter dxfout on the command line.
  4. From the Save As dialog, Files of type: drop-down list, select AutoCAD R12/LT2DXF(*.dxf)
Saveas (DXFOUT) R12 DXF




  1. From the top-right of the Save As dialog, select Tools - OptionsSave As.. Tools Options
DXF Select Objects


    1. Click the DXF Options tab.
    2. Select the Select Objects option 
    3. Click OK, and then click Save.
    4. Select the ellipse(s), and press ENTER to save the DXF.
    5. Enter ERASE on the command line .
    6. Select the ellipse(s), and press ENTER to erase it.
    7. Enter INSERT on the command line, and select the DXF file.
    8. Clear the Specify On-screen to Insert the Block at 0,0 option, select the Explode option, and then click OK.
    9. Select the Ellipse and view the properties in the Properties palette. It is now listed as a polyline.
    Insert DXF at 0,0 exploded

    Ellipse Properties








    Labels:

    0 Comments:

    Post a Comment

    Subscribe to Post Comments [Atom]

    << Home