<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7315333778513482295</atom:id><lastBuildDate>Fri, 01 Nov 2024 11:01:14 +0000</lastBuildDate><category>architecture</category><category>autoCAD 2009</category><category>cad</category><category>drawing</category><title>CAD Idiot</title><description>All the Idiocies i have encountered in AutoCAD...</description><link>http://cadidiot.blogspot.com/</link><managingEditor>noreply@blogger.com (The Architect)</managingEditor><generator>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7315333778513482295.post-5498251084405921518</guid><pubDate>Mon, 24 Aug 2009 19:47:00 +0000</pubDate><atom:updated>2009-08-24T12:47:49.125-07:00</atom:updated><title></title><description>53m6hrce2w&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;a href=&quot;https://peer.gomez.com/aspx/application.aspx?Referrer=manoyjoe&quot;&gt;
&lt;img border=&quot;0&quot; width=&quot;120&quot; src=&quot;http://peer.gomez.com/images/backToSchool.gif&quot; height=&quot;60&quot;/&gt;
&lt;/a&gt;&lt;/div&gt;</description><link>http://cadidiot.blogspot.com/2009/08/53m6hrce2w_24.html</link><author>noreply@blogger.com (The Architect)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7315333778513482295.post-419285896320212164</guid><pubDate>Sun, 23 Aug 2009 18:16:00 +0000</pubDate><atom:updated>2009-08-23T11:27:25.637-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">architecture</category><category domain="http://www.blogger.com/atom/ns#">autoCAD 2009</category><category domain="http://www.blogger.com/atom/ns#">cad</category><category domain="http://www.blogger.com/atom/ns#">drawing</category><title>The EDGEMODE Variable</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Arial,Helvetica,sans-serif; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOHIJmeEINRg9ByeBttLSl7x96fYOByszKM5gdl75pkfvZfeHb8zO2HwCndL9skIFIzekCG-gU_aJ-UBIbX3hhQjUOZ5BW6u_cKNAS9DRawqBZtJK2g92oxDZ-MOGSkXrDZG5B4aWkjbs/s1600-h/AutoCAD_2009_splash.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOHIJmeEINRg9ByeBttLSl7x96fYOByszKM5gdl75pkfvZfeHb8zO2HwCndL9skIFIzekCG-gU_aJ-UBIbX3hhQjUOZ5BW6u_cKNAS9DRawqBZtJK2g92oxDZ-MOGSkXrDZG5B4aWkjbs/s320/AutoCAD_2009_splash.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Good Day, first off i must tell you that the version i am using is &lt;a href=&quot;http://www.amazon.com/gp/product/B001UOD7OQ?ie=UTF8&amp;amp;tag=thesofapotato-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B001UOD7OQ&quot;&gt;AutoCAD&lt;/a&gt; 2009, we have not advanced to the newest version yet in the office.&lt;/div&gt;&lt;div style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;A few days ago, while doing a project, when i used the trim command, and pressed enter twice, it acted weird. It did not only take the lines you viewed as cutting planes, but instead it considered all the drawing elements around. You can imagine the frustration of pressing multiple times to trim a line, and sometimes it leaves little lines. This went on for 2 days until i finally foun a site that helped me with the problem, it was my EDGEMODE variable. Somehow i accidentally set it to 1 from its default of 0.&lt;/div&gt;&lt;div style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;For a clearer explanation:&lt;/div&gt;&lt;div style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;The TRIM and EXTEND commands can be used in 2 different ways. One is to select the objects to use as a TRIM or EXTENSION line and then select the objects to trim or extend. The second option is to press ENTER when we are asked to &quot;select cutting/boundary edges&quot; pressing ENTER instead of selecting edges will make all objects in the drawing to be cutting edges/extension boundaries.&lt;br /&gt;
I use the second option a lot of times, but lately I was having the problem with that option that the lines where being trimmed apparently where no objects existed. First I though that was a bug of the file, but when I realised that it was happening in all my files I decided to investigate. The answer was simple, for some reason de EDGEMODE system variable had been switch from 0 to 1.&lt;br /&gt;
The EDGEMODE system variable controls if the cutting edges are only the portions of the lines actually drawn or the entire extension of those lines. See this two images. THe first one is with EDGEMODE set to 0. The horizontal line will be cut only by the left vertical line, since the one on the right does not intersect it.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeN2cD-qKvETQGkyNqjJ9d73vLfoUSqMQklsIiFvCFYjme3A_QpsIche7N63Qd8QxwqIvO34ephaujzvntNP29-qnsYrF4WDq-h1_pXYBG6x0oApIgK03I6UNe5xQN3yKYyjBxLLHG2aIM/s1600-h/Edgemode01.gif&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5332122633023522146&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeN2cD-qKvETQGkyNqjJ9d73vLfoUSqMQklsIiFvCFYjme3A_QpsIche7N63Qd8QxwqIvO34ephaujzvntNP29-qnsYrF4WDq-h1_pXYBG6x0oApIgK03I6UNe5xQN3yKYyjBxLLHG2aIM/s400/Edgemode01.gif&quot; style=&quot;cursor: pointer; display: block; height: 205px; margin: 0px auto 10px; text-align: center; width: 400px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
But if we set the EDGEMODE system variale to 1, both vertical lines will be cutting edges, evenif the one on the right does not actually intersect the horizontal line.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6fLivKhDq0MNin3j3qVefdqsYf2_v_gUk0xDiZGdwo591VbXfODmz9YoHSbqwt0R7XuiZQM_vaktYEJHsA0n2Vt6k-aDw-8OhZvzf_6Aoh-2uEIzb5hH75AeV9EfMT1ZXx6B44ApBqVt1/s1600-h/Edgemode02.gif&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5332122634719899762&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6fLivKhDq0MNin3j3qVefdqsYf2_v_gUk0xDiZGdwo591VbXfODmz9YoHSbqwt0R7XuiZQM_vaktYEJHsA0n2Vt6k-aDw-8OhZvzf_6Aoh-2uEIzb5hH75AeV9EfMT1ZXx6B44ApBqVt1/s400/Edgemode02.gif&quot; style=&quot;cursor: pointer; display: block; height: 205px; margin: 0px auto 10px; text-align: center; width: 400px;&quot; /&gt;&lt;/a&gt;Crisis averted, till the next problem......&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;a href=&quot;https://peer.gomez.com/aspx/application.aspx?Referrer=manoyjoe&quot;&gt;
&lt;img border=&quot;0&quot; width=&quot;120&quot; src=&quot;http://peer.gomez.com/images/backToSchool.gif&quot; height=&quot;60&quot;/&gt;
&lt;/a&gt;&lt;/div&gt;</description><link>http://cadidiot.blogspot.com/2009/08/edgemode-variable.html</link><author>noreply@blogger.com (The Architect)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOHIJmeEINRg9ByeBttLSl7x96fYOByszKM5gdl75pkfvZfeHb8zO2HwCndL9skIFIzekCG-gU_aJ-UBIbX3hhQjUOZ5BW6u_cKNAS9DRawqBZtJK2g92oxDZ-MOGSkXrDZG5B4aWkjbs/s72-c/AutoCAD_2009_splash.jpg" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>