<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to draw ellipse with DXF format in AutoCAD in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228150#M61656</link>
    <description>&lt;P&gt;Please you help me,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to extract block-name from&lt;/P&gt;&lt;P&gt;" C:\DOCUME~1\adruianb\LOCALS~1\Temp\dfn_b053.dxf"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;insert Enter block name or [?]: C:\DOCUME~1\adruianb\LOCALS~1\Temp\dfn_b053.dxf
Updating handle seed.
Units: Unitless   Conversion:   25.4000
Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate]:
Enter X scale factor, specify opposite corner, or [Corner/XYZ] &amp;lt;1&amp;gt;: X Specify X 
scale factor or [Corner] &amp;lt;1&amp;gt;: 1.0 Enter Y scale factor &amp;lt;use X scale factor&amp;gt;: 
1.0 Specify Z scale factor or &amp;lt;use X scale factor&amp;gt;: 1.0
Specify rotation angle &amp;lt;0.0000g&amp;gt;: 0.0
Command:
_.rename Enter object type to rename
[Block/Dimstyle/LAyer/LType/Material/Style/Tablestyle/Ucs/VIew/VPort]: B
Enter old block name: dfn_block_dxfrep&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After&lt;/P&gt;&lt;P&gt;You convert anyDXF to&amp;nbsp;AutoLisp, full-automatically,&lt;/P&gt;&lt;P&gt;---then you save this listDXF-strings to temp%file%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$rr (dfn_file_list2file nume dxfu))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must control command-line using "(defun dfn_cmd_canceld( / $rr cx dx ch)", you search broken-input from (command-s or (command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;(defun dfn_cmd_canceld( / $rr cx dx ch)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can insert anyDXF to list of strings or one-string-inside AutoLisp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;(Defun dfn_block_dxfrepernivelmentInit (/ rr s)
  (setq s nil)
  (if (equal dfn_block_dxfrepernivelmentS nil)
   (progn
    
;;(T206:00006600)
(setq s  ""
s  (strcat s   "\n\n\n\n  0\nSECTION\n  2\nHEADER\n  9\n$ACADVER\n  1\nAC1009\n  9\n$INSBASE\n 10\n0.00\n 20\n0.00\n 30\n0.0\n  9\n$EXTMIN\n 10\n-26.287839\n 20\n-29.278888\n 30\n0.0\n  9\n$EXTMAX\n 10\n53.731115\n 20\n45.597282\n 30\n0.0\n  9\n$LIMMIN\n 10\n0.0\n 20\n0.0\n  9\n$LIMMAX\n 10\n420.0\n 20\n297.0\n  9\n$ORTHOMODE\n 70\n     0\n  9\n$FILLMODE\n 70\n     1\n  9\n$QTEXTMODE\n 70\n     0\n  9\n$LTSCALE\n 40\n1.0\n  9\n$OSMODE\n 70\n     1\n  9\n$ATTMODE\n 70\n     ")
s  (strcat s   "1\n  9\n$TEXTSIZE\n 40\n2.5\n  9\n$TRACEWID\n 40\n1.0\n  9\n$TEXTSTYLE\n  7\nSTANDARD\n  9\n$CLAYER\n  8\n0\n  9\n$CELTYPE\n  6\nBYLAYER\n  9\n$CECOLOR\n 62\n     7\n  9\n$DIMSCALE\n 40\n1.0\n  9\n$DIMASZ\n 40\n0.18\n  9\n$DIMTAD\n 70\n     0\n  9\n$DIMZIN\n 70\n     0\n  9\n$DIMTVP\n 40\n0.0\n  9\n$DIMSTYLE\n  2\nSTANDARD\n  9\n$DIMCLRD\n 70\n     0\n  9\n$LUNITS\n 70\n     2\n  9\n$LUPREC\n 70\n     4\n  9\n$FILLETRAD\n 40\n0.0\n  9\n$AUNITS\n 70\n     2\n  9\n$AUPREC\n 70\n     4\n  9\n")
s  (strcat s   "$MENU\n  1\n.\n  9\n$ELEVATION\n 40\n0.0\n  9\n$PELEVATION\n 40\n0.0\n  9\n$THICKNESS\n 40\n0.0\n  9\n$LIMCHECK\n 70\n     0\n  9\n$TDCREATE\n 40\n2452237.06\n  9\n$TDUPDATE\n 40\n2454258.030577\n  9\n$TDINDWG\n 40\n0.028332\n  9\n$TDUSRTIMER\n 40\n0.028331\n  9\n$USRTIMER\n 70\n     1\n  9\n$ANGBASE\n 50\n270.0\n  9\n$ANGDIR\n 70\n     1\n  9\n$PLINEWID\n 40\n0.0\n  9\n$COORDS\n 70\n     0\n  9\n$SPLFRAME\n 70\n     0\n  9\n$SPLINETYPE\n 70\n     6\n  9\n$SPLINESEGS\n 70\n     8\n  9\n")
s  (strcat s   "$ATTDIA\n 70\n     0\n  9\n$ATTREQ\n 70\n     1\n  9\n$HANDLING\n 70\n     1\n  9\n$HANDSEED\n  5\n139\n  9\n$UCSNAME\n  2\n\n  9\n$UCSORG\n 10\n0.0\n 20\n0.0\n 30\n0.0\n  9\n$UCSXDIR\n 10\n1.0\n 20\n0.0\n 30\n0.0\n  9\n$UCSYDIR\n 10\n0.0\n 20\n1.0\n 30\n0.0\n  9\n$PUCSNAME\n  2\n\n  9\n$PUCSORG\n 10\n0.0\n 20\n0.0\n 30\n0.0\n  9\n$PUCSXDIR\n 10\n1.0\n 20\n0.0\n 30\n0.0\n  9\n$PUCSYDIR\n 10\n0.0\n 20\n1.0\n 30\n0.0\n  9\n$USERI1\n 70\n     0\n  9\n$USERR1\n 40\n200.0\n  9\n$WORLDVIEW\n ")
s  (strcat s   "70\n     1\n  9\n$TILEMODE\n 70\n     1\n  9\n$MAXACTVP\n 70\n    48\n  9\n$PLIMCHECK\n 70\n     0\n  9\n$PEXTMIN\n 10\n1.0E+020\n 20\n1.0E+020\n 30\n1.0E+020\n  9\n$PEXTMAX\n 10\n-1.0E+020\n 20\n-1.0E+020\n 30\n-1.0E+020\n  9\n$PLIMMIN\n 10\n0.0\n 20\n0.0\n  9\n$PLIMMAX\n 10\n420.0\n 20\n297.0\n  9\n$UNITMODE\n 70\n     0\n  9\n$VISRETAIN\n 70\n     1\n  9\n$PLINEGEN\n 70\n     0\n  9\n$PSLTSCALE\n 70\n     1\n  0\nENDSEC\n  0\nSECTION\n  2\nTABLES\n  0\nTABLE\n  2\nLTYPE\n 70\n     1\n")
s  (strcat s   "  0\nLTYPE\n  2\nCONTINUOUS\n 70\n     0\n  3\nSolid line\n 72\n    65\n 73\n     0\n 40\n0.0\n  0\nENDTAB\n  0\nTABLE\n  2\nLAYER\n 70\n     1\n  0\nLAYER\n  2\n0\n 70\n     0\n 62\n     7\n  6\nCONTINUOUS\n  0\nENDTAB\n  0\nTABLE\n  2\nSTYLE\n 70\n     1\n  0\nSTYLE\n  2\nSTANDARD\n 70\n     0\n 40\n0.0\n 41\n1.0\n 50\n0.0\n 71\n     0\n 42\n2.5\n  3\nTXT\n  4\n\n  0\nENDTAB\n  0\nENDSEC\n  0\nSECTION\n  2\nENTITIES\n  0\nCIRCLE\n  5\n71\n  8\n0\n 10\n0.0\n 20\n0.0\n 30\n0.0\n 40\n1.0\n")
s  (strcat s   "  0\nPOLYLINE\n  5\n74\n  8\n0\n 66\n     1\n 10\n0.0\n 20\n0.0\n 30\n0.0\n 40\n1.0\n 41\n1.0\n  0\nVERTEX\n  5\n258\n  8\n0\n 10\n0.3535533905932737\n 20\n-0.3535533905932744\n 30\n0.0\n 42\n0.4142135623730951\n  0\nVERTEX\n  5\n259\n  8\n0\n 10\n0.3535533905932738\n 20\n0.3535533905932731\n 30\n0.0\n  0\nSEQEND\n  5\n25A\n  8\n0\n  0\nPOLYLINE\n  5\n79\n  8\n0\n 66\n     1\n 10\n0.0\n 20\n0.0\n 30\n0.0\n 40\n1.0\n 41\n1.0\n  0\nVERTEX\n  5\n25B\n  8\n0\n 10\n-0.3535533905932737\n 20\n")
s  (strcat s   "0.3535533905932731\n 30\n0.0\n 42\n0.4142135623730951\n  0\nVERTEX\n  5\n25C\n  8\n0\n 10\n-0.3535533905932738\n 20\n-0.3535533905932743\n 30\n0.0\n  0\nSEQEND\n  5\n25D\n  8\n0\n  0\nENDSEC\n  0\nEOF\n\n\n\n#endregion\n"))
;;(/T206:00009687)

    (setq dfn_block_dxfrepernivelmentS s)
    (setq s "")
    )
  )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Apr 2021 23:33:04 GMT</pubDate>
    <dc:creator>diagodose2009</dc:creator>
    <dc:date>2021-04-10T23:33:04Z</dc:date>
    <item>
      <title>How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227255#M61651</link>
      <description>&lt;P&gt;I want to draw ellipses in DXF format in AutoCAD&lt;/P&gt;&lt;P&gt;However, I encountered a problem. I used the oval group code to draw a graph, which showed "invalid graph, undefined group"&lt;/P&gt;&lt;P&gt;I write the group code as follows, please help to see where there is a problem, thank you very much！&lt;/P&gt;&lt;P&gt;0&lt;BR /&gt;SECTION&lt;BR /&gt;2&lt;BR /&gt;ENTITIES&lt;BR /&gt;0&lt;BR /&gt;ELLIPSE&lt;BR /&gt;8&lt;BR /&gt;0&lt;BR /&gt;10&lt;BR /&gt;0.5&lt;BR /&gt;20&lt;BR /&gt;0.0&lt;BR /&gt;30&lt;BR /&gt;0.0&lt;BR /&gt;11&lt;BR /&gt;0.5&lt;BR /&gt;21&lt;BR /&gt;0.0&lt;BR /&gt;31&lt;BR /&gt;0.0&lt;BR /&gt;210&lt;BR /&gt;0.0&lt;BR /&gt;220&lt;BR /&gt;0.0&lt;BR /&gt;230&lt;BR /&gt;1.0&lt;BR /&gt;40&lt;BR /&gt;0.5&lt;BR /&gt;41&lt;BR /&gt;-1.570796326794896&lt;BR /&gt;42&lt;BR /&gt;4.712388980384689&lt;BR /&gt;0&lt;BR /&gt;ENDSEC&lt;BR /&gt;0&lt;BR /&gt;EOF&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cad.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904705i2E798AF536EEEA8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="cad.png" alt="cad.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 11:45:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227255#M61651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-10T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227312#M61652</link>
      <description>&lt;P&gt;Study the DXF codes for Ellipses, &lt;A href="https://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-107CB04F-AD4D-4D2F-8EC9-AC90888063AB" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; Some that I notice that don't look right for your image:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;10/20/30&lt;/FONT&gt;&lt;/STRONG&gt; are the X/Y/Z coordinates of the &lt;STRONG&gt;&lt;EM&gt;center&lt;/EM&gt;&lt;/STRONG&gt;, so:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;2.5&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;11/21/31&lt;/STRONG&gt;&lt;/FONT&gt; are X/Y/Z of a major axis endpoint&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;relative to the center&lt;/EM&gt;&lt;/STRONG&gt;, so:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;11&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;2.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;40&lt;/STRONG&gt;&lt;/FONT&gt; is the &lt;STRONG&gt;&lt;EM&gt;ratio&lt;/EM&gt;&lt;/STRONG&gt; of the minor axis to the major axis, so:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;40&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;0.2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 12:32:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227312#M61652</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-04-10T12:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227566#M61653</link>
      <description>&lt;P&gt;Yes, 10 / 20..... 11 / 21..... 210 / 220..... 40/41/42... the meaning of these numbers is correct. I also set the ellipse according to the meaning of these numbers, but after I write these in order, it will show "&lt;STRONG&gt;object undefined group 10, line 12. Invalid or incomplete DXF input - drawing aborted.&lt;/STRONG&gt; "&lt;/P&gt;&lt;P&gt;I don't know how to modify it, and I don't know where the problem is. What's wrong with my code? Thank you very much!&lt;/P&gt;&lt;P&gt;The order of the numbers is as follows:&lt;/P&gt;&lt;P&gt;0&lt;BR /&gt;SECTION&lt;BR /&gt;2&lt;BR /&gt;ENTITIES&lt;BR /&gt;0&lt;BR /&gt;ELLIPSE&lt;BR /&gt;8&lt;BR /&gt;0&lt;BR /&gt;100&lt;BR /&gt;AcDbEllipse&lt;BR /&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;BR /&gt;2.499999999999999&lt;BR /&gt;&lt;STRONG&gt;20&lt;/STRONG&gt;&lt;BR /&gt;0.0&lt;BR /&gt;&lt;STRONG&gt;30&lt;/STRONG&gt;&lt;BR /&gt;0.0&lt;BR /&gt;&lt;STRONG&gt;11&lt;/STRONG&gt;&lt;BR /&gt;-2.499999999999999&lt;BR /&gt;&lt;STRONG&gt;21&lt;/STRONG&gt;&lt;BR /&gt;0.0&lt;BR /&gt;&lt;STRONG&gt;31&lt;/STRONG&gt;&lt;BR /&gt;0.0&lt;BR /&gt;&lt;STRONG&gt;210&lt;/STRONG&gt;&lt;BR /&gt;0.0&lt;BR /&gt;&lt;STRONG&gt;220&lt;/STRONG&gt;&lt;BR /&gt;0.0&lt;BR /&gt;&lt;STRONG&gt;230&lt;/STRONG&gt;&lt;BR /&gt;1.0&lt;BR /&gt;&lt;STRONG&gt;40&lt;/STRONG&gt;&lt;BR /&gt;0.2&lt;BR /&gt;&lt;STRONG&gt;41&lt;/STRONG&gt;&lt;BR /&gt;0.0&lt;BR /&gt;&lt;STRONG&gt;42&lt;/STRONG&gt;&lt;BR /&gt;6.283185307179586&lt;BR /&gt;0&lt;BR /&gt;ENDSEC&lt;BR /&gt;0&lt;BR /&gt;EOF&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 15:11:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227566#M61653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-10T15:11:53Z</dc:date>
    </item>
    <item>
      <title>Ynt: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227574#M61654</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;( Entmakex ' ( ( 0  .  "Ellipse" ) 
	       ( 100  .  "Acdbentity" ) 
	       ( 67  .  0 ) 
	       ( 8  .  "0" ) 
	       ( 100  .  "Acdbellips A" ) 
	       ( 10  6745.944 2889.74  0.0 ) 
	       ( 11  - 2.5  0.0  0.0 ) 
	       ( 40  .  0.2 ) 
	       ( 41  .  0.0) 
	       ( 42  .  6.283185307179587 ) 
	       ) 
    )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="التقاط.PNG" style="width: 691px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904754i78E581D52AA12E3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="التقاط.PNG" alt="التقاط.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 15:17:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227574#M61654</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2021-04-10T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227803#M61655</link>
      <description>Based on the error you show, you are trying to read your data in as a dxf file.  Is what you show in your original message your complete dxf file?  If so, then that won't work because that is an entities only dxf file and AutoCAD will always treat those as R12 format files and the R12 format does not support ellipses nor does it support the group code 100.</description>
      <pubDate>Sat, 10 Apr 2021 17:26:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10227803#M61655</guid>
      <dc:creator>8XXXNNJH7KT6</dc:creator>
      <dc:date>2021-04-10T17:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228150#M61656</link>
      <description>&lt;P&gt;Please you help me,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to extract block-name from&lt;/P&gt;&lt;P&gt;" C:\DOCUME~1\adruianb\LOCALS~1\Temp\dfn_b053.dxf"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;insert Enter block name or [?]: C:\DOCUME~1\adruianb\LOCALS~1\Temp\dfn_b053.dxf
Updating handle seed.
Units: Unitless   Conversion:   25.4000
Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate]:
Enter X scale factor, specify opposite corner, or [Corner/XYZ] &amp;lt;1&amp;gt;: X Specify X 
scale factor or [Corner] &amp;lt;1&amp;gt;: 1.0 Enter Y scale factor &amp;lt;use X scale factor&amp;gt;: 
1.0 Specify Z scale factor or &amp;lt;use X scale factor&amp;gt;: 1.0
Specify rotation angle &amp;lt;0.0000g&amp;gt;: 0.0
Command:
_.rename Enter object type to rename
[Block/Dimstyle/LAyer/LType/Material/Style/Tablestyle/Ucs/VIew/VPort]: B
Enter old block name: dfn_block_dxfrep&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After&lt;/P&gt;&lt;P&gt;You convert anyDXF to&amp;nbsp;AutoLisp, full-automatically,&lt;/P&gt;&lt;P&gt;---then you save this listDXF-strings to temp%file%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$rr (dfn_file_list2file nume dxfu))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must control command-line using "(defun dfn_cmd_canceld( / $rr cx dx ch)", you search broken-input from (command-s or (command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;(defun dfn_cmd_canceld( / $rr cx dx ch)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can insert anyDXF to list of strings or one-string-inside AutoLisp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;(Defun dfn_block_dxfrepernivelmentInit (/ rr s)
  (setq s nil)
  (if (equal dfn_block_dxfrepernivelmentS nil)
   (progn
    
;;(T206:00006600)
(setq s  ""
s  (strcat s   "\n\n\n\n  0\nSECTION\n  2\nHEADER\n  9\n$ACADVER\n  1\nAC1009\n  9\n$INSBASE\n 10\n0.00\n 20\n0.00\n 30\n0.0\n  9\n$EXTMIN\n 10\n-26.287839\n 20\n-29.278888\n 30\n0.0\n  9\n$EXTMAX\n 10\n53.731115\n 20\n45.597282\n 30\n0.0\n  9\n$LIMMIN\n 10\n0.0\n 20\n0.0\n  9\n$LIMMAX\n 10\n420.0\n 20\n297.0\n  9\n$ORTHOMODE\n 70\n     0\n  9\n$FILLMODE\n 70\n     1\n  9\n$QTEXTMODE\n 70\n     0\n  9\n$LTSCALE\n 40\n1.0\n  9\n$OSMODE\n 70\n     1\n  9\n$ATTMODE\n 70\n     ")
s  (strcat s   "1\n  9\n$TEXTSIZE\n 40\n2.5\n  9\n$TRACEWID\n 40\n1.0\n  9\n$TEXTSTYLE\n  7\nSTANDARD\n  9\n$CLAYER\n  8\n0\n  9\n$CELTYPE\n  6\nBYLAYER\n  9\n$CECOLOR\n 62\n     7\n  9\n$DIMSCALE\n 40\n1.0\n  9\n$DIMASZ\n 40\n0.18\n  9\n$DIMTAD\n 70\n     0\n  9\n$DIMZIN\n 70\n     0\n  9\n$DIMTVP\n 40\n0.0\n  9\n$DIMSTYLE\n  2\nSTANDARD\n  9\n$DIMCLRD\n 70\n     0\n  9\n$LUNITS\n 70\n     2\n  9\n$LUPREC\n 70\n     4\n  9\n$FILLETRAD\n 40\n0.0\n  9\n$AUNITS\n 70\n     2\n  9\n$AUPREC\n 70\n     4\n  9\n")
s  (strcat s   "$MENU\n  1\n.\n  9\n$ELEVATION\n 40\n0.0\n  9\n$PELEVATION\n 40\n0.0\n  9\n$THICKNESS\n 40\n0.0\n  9\n$LIMCHECK\n 70\n     0\n  9\n$TDCREATE\n 40\n2452237.06\n  9\n$TDUPDATE\n 40\n2454258.030577\n  9\n$TDINDWG\n 40\n0.028332\n  9\n$TDUSRTIMER\n 40\n0.028331\n  9\n$USRTIMER\n 70\n     1\n  9\n$ANGBASE\n 50\n270.0\n  9\n$ANGDIR\n 70\n     1\n  9\n$PLINEWID\n 40\n0.0\n  9\n$COORDS\n 70\n     0\n  9\n$SPLFRAME\n 70\n     0\n  9\n$SPLINETYPE\n 70\n     6\n  9\n$SPLINESEGS\n 70\n     8\n  9\n")
s  (strcat s   "$ATTDIA\n 70\n     0\n  9\n$ATTREQ\n 70\n     1\n  9\n$HANDLING\n 70\n     1\n  9\n$HANDSEED\n  5\n139\n  9\n$UCSNAME\n  2\n\n  9\n$UCSORG\n 10\n0.0\n 20\n0.0\n 30\n0.0\n  9\n$UCSXDIR\n 10\n1.0\n 20\n0.0\n 30\n0.0\n  9\n$UCSYDIR\n 10\n0.0\n 20\n1.0\n 30\n0.0\n  9\n$PUCSNAME\n  2\n\n  9\n$PUCSORG\n 10\n0.0\n 20\n0.0\n 30\n0.0\n  9\n$PUCSXDIR\n 10\n1.0\n 20\n0.0\n 30\n0.0\n  9\n$PUCSYDIR\n 10\n0.0\n 20\n1.0\n 30\n0.0\n  9\n$USERI1\n 70\n     0\n  9\n$USERR1\n 40\n200.0\n  9\n$WORLDVIEW\n ")
s  (strcat s   "70\n     1\n  9\n$TILEMODE\n 70\n     1\n  9\n$MAXACTVP\n 70\n    48\n  9\n$PLIMCHECK\n 70\n     0\n  9\n$PEXTMIN\n 10\n1.0E+020\n 20\n1.0E+020\n 30\n1.0E+020\n  9\n$PEXTMAX\n 10\n-1.0E+020\n 20\n-1.0E+020\n 30\n-1.0E+020\n  9\n$PLIMMIN\n 10\n0.0\n 20\n0.0\n  9\n$PLIMMAX\n 10\n420.0\n 20\n297.0\n  9\n$UNITMODE\n 70\n     0\n  9\n$VISRETAIN\n 70\n     1\n  9\n$PLINEGEN\n 70\n     0\n  9\n$PSLTSCALE\n 70\n     1\n  0\nENDSEC\n  0\nSECTION\n  2\nTABLES\n  0\nTABLE\n  2\nLTYPE\n 70\n     1\n")
s  (strcat s   "  0\nLTYPE\n  2\nCONTINUOUS\n 70\n     0\n  3\nSolid line\n 72\n    65\n 73\n     0\n 40\n0.0\n  0\nENDTAB\n  0\nTABLE\n  2\nLAYER\n 70\n     1\n  0\nLAYER\n  2\n0\n 70\n     0\n 62\n     7\n  6\nCONTINUOUS\n  0\nENDTAB\n  0\nTABLE\n  2\nSTYLE\n 70\n     1\n  0\nSTYLE\n  2\nSTANDARD\n 70\n     0\n 40\n0.0\n 41\n1.0\n 50\n0.0\n 71\n     0\n 42\n2.5\n  3\nTXT\n  4\n\n  0\nENDTAB\n  0\nENDSEC\n  0\nSECTION\n  2\nENTITIES\n  0\nCIRCLE\n  5\n71\n  8\n0\n 10\n0.0\n 20\n0.0\n 30\n0.0\n 40\n1.0\n")
s  (strcat s   "  0\nPOLYLINE\n  5\n74\n  8\n0\n 66\n     1\n 10\n0.0\n 20\n0.0\n 30\n0.0\n 40\n1.0\n 41\n1.0\n  0\nVERTEX\n  5\n258\n  8\n0\n 10\n0.3535533905932737\n 20\n-0.3535533905932744\n 30\n0.0\n 42\n0.4142135623730951\n  0\nVERTEX\n  5\n259\n  8\n0\n 10\n0.3535533905932738\n 20\n0.3535533905932731\n 30\n0.0\n  0\nSEQEND\n  5\n25A\n  8\n0\n  0\nPOLYLINE\n  5\n79\n  8\n0\n 66\n     1\n 10\n0.0\n 20\n0.0\n 30\n0.0\n 40\n1.0\n 41\n1.0\n  0\nVERTEX\n  5\n25B\n  8\n0\n 10\n-0.3535533905932737\n 20\n")
s  (strcat s   "0.3535533905932731\n 30\n0.0\n 42\n0.4142135623730951\n  0\nVERTEX\n  5\n25C\n  8\n0\n 10\n-0.3535533905932738\n 20\n-0.3535533905932743\n 30\n0.0\n  0\nSEQEND\n  5\n25D\n  8\n0\n  0\nENDSEC\n  0\nEOF\n\n\n\n#endregion\n"))
;;(/T206:00009687)

    (setq dfn_block_dxfrepernivelmentS s)
    (setq s "")
    )
  )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 23:33:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228150#M61656</guid>
      <dc:creator>diagodose2009</dc:creator>
      <dc:date>2021-04-10T23:33:04Z</dc:date>
    </item>
    <item>
      <title>Ynt: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228400#M61657</link>
      <description>&lt;P&gt;Hello, what format do you need to write this? I'm not familiar with this part. Do 0 and "ellipse" need to be on the same line?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 04:32:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228400#M61657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-11T04:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228405#M61658</link>
      <description>&lt;P&gt;Hello, I write the DXF code of the circle directly according to this format, then save it, change the suffix of the file to. DXF, and then open it with CAD to display the circle. But if I write it in ellipse format, it will be invalid.&lt;/P&gt;&lt;P&gt;0&lt;BR /&gt;SECTION&lt;BR /&gt;2&lt;BR /&gt;ENTITIES&lt;BR /&gt;0&lt;BR /&gt;CIRCLE&lt;BR /&gt;8&lt;BR /&gt;0&lt;BR /&gt;10&lt;BR /&gt;50&lt;BR /&gt;20&lt;BR /&gt;50&lt;BR /&gt;30&lt;BR /&gt;0&lt;BR /&gt;40&lt;BR /&gt;15&lt;BR /&gt;0&lt;BR /&gt;ENDSEC&lt;BR /&gt;0&lt;BR /&gt;EOF&lt;/P&gt;&lt;P&gt;According to the above circular format, draw out the circle&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904901iA408657D01C764B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="c.png" alt="c.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 04:38:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228405#M61658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-11T04:38:05Z</dc:date>
    </item>
    <item>
      <title>Ynt: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228466#M61659</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.gif" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904909iB0365D79AAD4E576/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.gif" alt="1.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;(setq eName (ENTGET(car (entsel "\nSelect" ))) )
      
(Entmakex

'
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 11 Apr 2021 05:33:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228466#M61659</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2021-04-11T05:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228470#M61660</link>
      <description>Circles are supported by the R12 dxf format, and the dxf data you show for the circle is in the R12 format (no group 100), so that will read in fine as an entities only dxf file.&lt;BR /&gt;&lt;BR /&gt;But, as I said in my earlier reply, ellipses are not supported by the R12 DXF format, so you can't use them in an entities only dxf file.  In R12, ellipses were represented as multiple arc segment polyline approximations.</description>
      <pubDate>Sun, 11 Apr 2021 05:34:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228470#M61660</guid>
      <dc:creator>8XXXNNJH7KT6</dc:creator>
      <dc:date>2021-04-11T05:34:36Z</dc:date>
    </item>
    <item>
      <title>Ynt: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228478#M61661</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.gif" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904913i318C10017A79ED14/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.gif" alt="2.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-3610039E-27D1-4E23-B6D3-7E60B22BB5BD" target="_blank"&gt;https://help.autodesk.com/view/OARX/2018/ENU/?guid=GUID-3610039E-27D1-4E23-B6D3-7E60B22BB5BD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 05:40:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228478#M61661</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2021-04-11T05:40:51Z</dc:date>
    </item>
    <item>
      <title>Ynt: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228548#M61662</link>
      <description>&lt;P&gt;Hello, thank you very much for your dynamic pictures. I watched them carefully, but the problem is that I didn't use lisp.&lt;/P&gt;&lt;P&gt;My goal is to draw the ellipse in MATLAB, and then extract the necessary parameters of the ellipse, directly write my ellipse parameters, and directly generate the corresponding ellipse in CAD. My code was written in UltraEdit. If I use lisp, can I finish the work?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="172992645_0-1618124495866.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904923iAF1A0C689952659E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="172992645_0-1618124495866.png" alt="172992645_0-1618124495866.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="172992645_1-1618124593606.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904924i1644FEB13DD25789/image-size/medium?v=v2&amp;amp;px=400" role="button" title="172992645_1-1618124593606.png" alt="172992645_1-1618124593606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Change these code suffixes into. DXF format, open it directly, and a circle will be displayed in CAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 07:05:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228548#M61662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-11T07:05:01Z</dc:date>
    </item>
    <item>
      <title>Ynt: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228580#M61663</link>
      <description>&lt;P&gt;I'm sorry my language is not good&lt;BR /&gt;I did not understand what you mean&lt;BR /&gt;Is it possible to explain with dynamic pictures ?&lt;BR /&gt;I don't know to use&amp;nbsp; UltraEdit&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 07:37:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228580#M61663</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2021-04-11T07:37:59Z</dc:date>
    </item>
    <item>
      <title>Ynt: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228657#M61664</link>
      <description>&lt;P&gt;I sent you a private email&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 08:44:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228657#M61664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-11T08:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228658#M61665</link>
      <description>&lt;P&gt;I sent you a private email&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 08:45:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10228658#M61665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-11T08:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw ellipse with DXF format in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10232078#M61666</link>
      <description>&lt;P&gt;This is my Great-solution. I clear all DXF with &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Mc. Sava de la Buzău; Sf. Ier. Vasile Mărt., ep. Pariei.exe"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;1)Please you load my application "pp_l3dxf32.fas"&lt;/P&gt;&lt;P&gt;2)You run the program C;Q2[enter] at line command (defun &amp;nbsp;C:Q2 ( /))&lt;/P&gt;&lt;P&gt;3)You select. You must explode , the block for checklEllipse are really? and you got two ellises inside ModelSpace.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cl_autovit_2020_pp_l3dxf32-vlax.jpg" style="width: 942px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/905474iE6398BC422BD3DA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="cl_autovit_2020_pp_l3dxf32-vlax.jpg" alt="cl_autovit_2020_pp_l3dxf32-vlax.jpg" /&gt;&lt;/span&gt;01,02 from dialog.dcl&lt;/P&gt;&lt;P&gt;4)You pick one point inside&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 17:44:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-draw-ellipse-with-dxf-format-in-autocad/m-p/10232078#M61666</guid>
      <dc:creator>diagodose2009</dc:creator>
      <dc:date>2021-04-12T17:44:27Z</dc:date>
    </item>
  </channel>
</rss>

