<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : cad 2006 / &quot;break&quot;</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : cad 2006 / &quot;break&quot;]]></description>
  <pubDate>Sat, 05 Sep 2026 05:34:11 +0000</pubDate>
  <lastBuildDate>Fri, 17 Jun 2011 19:29:04 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=6089</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[cad 2006 / &quot;break&quot; : Maybe he forgot to load Express...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15815&amp;title=cad-2006-break#15815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 6089<br /><strong>Posted:</strong> 17.Jun.2011 at 19:29<br /><br />Maybe he forgot to load Express Tools?]]>
   </description>
   <pubDate>Fri, 17 Jun 2011 19:29:04 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15815&amp;title=cad-2006-break#15815</guid>
  </item> 
  <item>
   <title><![CDATA[cad 2006 / &quot;break&quot; : oh and for the break command,...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15814&amp;title=cad-2006-break#15814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=23910">Kajito</a><br /><strong>Subject:</strong> 6089<br /><strong>Posted:</strong> 17.Jun.2011 at 18:15<br /><br /><p>oh and for the break command, I use the following lisp. I think I found it once here:</p><p>(defun c:bb ( / object breakpoint)<br>  (terpri)<br>   ;; Set a single object<br>  (if (setq object (ssget ":S"))<br>    (progn<br>      ;; Use the redraw function to highlight the selected object<br>      (redraw (ssname object 0) 3)<br>       ;; Get the second break point<br>      (if (setq breakpoint (getpoint "\nSpecify the break point "))<br>         ;; Use the Break command to break the selected object at the selected point<br>        (command "._break" object breakpoint "@")<br>         ;; Inform the user that no point was selected<br>        (progn<br>            (prompt "\nNo point selected.")<br>            (redraw (ssname object 0) 4)<br>        )<br>      )<br>    )<br>     ;; Inform the user that no object was selected<br>    (prompt "\nNo object selected")<br>  )<br> (princ)<br>)</p><div style="display: n&#111;ne; : fixed; width: 450px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-left-width: 2px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: grey; border-right-color: grey; border-bottom-color: grey; border-left-color: grey; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 5px; : rgb(255, 255, 255); overflow-x: auto; overflow-y: auto; min-height: 200px; : 2147479999; text-align: center; color: rgb(0, 0, 0); right: 0px; top: 0px">< style="height: 80px; width: 444px; border-top-color: rgba(7, 0, 0, 0); border-left-color: rgba(7, 0, 0, 0); border-right-color: rgba(7, 0, 0, 0); border-bottom-color: rgba(7, 0, 0, 0); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px">< value="af">Afrikaans< value="sq">Albanian< value="ar">Arabic< value="hy">Armenian< value="az">Azerbaijani< value="eu">Basque< value="be">Belarusian< value="bg">Bulgarian< value="ca">Catalan< value="zh-CN">Chinese (Simplified)< value="zh-TW">Chinese (Traditional)< value="hr">Croatian< value="cs">Czech< value="da">Danish< value="auto" ed="ed">Detect language< value="nl">Dutch< value="en">English< value="et">Estonian< value="tl">Filipino< value="fi">Finnish< value="fr">French< value="gl">Galician< value="ka">Georgian< value="de">German< value="el">Greek< value="ht">Haitian Creole< value="iw">Hebrew< value="hi">Hindi< value="hu">Hungarian< value="is">Icelandic< value="id">Indonesian< value="ga">Irish< value="it">Italian< value="ja">Japanese< value="ko">Korean< value="la">Latin< value="lv">Latvian< value="lt">Lithuanian< value="mk">Macedonian< value="ms">Malay< value="mt">Maltese< value="no">Norwegian< value="fa">Persian< value="pl">Polish< value="pt">Portuguese< value="ro">Romanian< value="ru">Russian< value="sr">Serbian< value="sk">Slovak< value="sl">Slovenian< value="es">Spanish< value="sw">Swahili< value="sv">Swedish< value="th">Thai< value="tr">Turkish< value="uk">Ukrainian< value="ur">Urdu< value="vi">Vietnamese< value="cy">Welsh< value="yi">Yiddish<span style="font-weight: 700; cursor: pointer; color: lightgrey">&#8644;</span>< value="af">Afrikaans< value="sq">Albanian< value="ar">Arabic< value="hy">Armenian< value="az">Azerbaijani< value="eu">Basque< value="be">Belarusian< value="bg">Bulgarian< value="ca">Catalan< value="zh-CN">Chinese (Simplified)< value="zh-TW">Chinese (Traditional)< value="hr">Croatian< value="cs">Czech< value="da">Danish< value="nl">Dutch< value="en" ed="ed">English< value="et">Estonian< value="tl">Filipino< value="fi">Finnish< value="fr">French< value="gl">Galician< value="ka">Georgian< value="de">German< value="el">Greek< value="ht">Haitian Creole< value="iw">Hebrew< value="hi">Hindi< value="hu">Hungarian< value="is">Icelandic< value="id">Indonesian< value="ga">Irish< value="it">Italian< value="ja">Japanese< value="ko">Korean< value="la">Latin< value="lv">Latvian< value="lt">Lithuanian< value="mk">Macedonian< value="ms">Malay< value="mt">Maltese< value="no">Norwegian< value="fa">Persian< value="pl">Polish< value="pt">Portuguese< value="ro">Romanian< value="ru">Russian< value="sr">Serbian< value="sk">Slovak< value="sl">Slovenian< value="es">Spanish< value="sw">Swahili< value="sv">Swedish< value="th">Thai< value="tr">Turkish< value="uk">Ukrainian< value="ur">Urdu< value="vi">Vietnamese< value="cy">Welsh< value="yi">Yiddish<div style="text-align: left; : rgb(235, 239, 249)">English (auto-detected) » English</div><div style="width: 444px; max-width: 444px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; min-height: 80px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: grey; border-right-color: grey; border-bottom-color: grey; border-left-color: grey; : rgb(255, 255, 255); text-align: justify"><br></div></div>]]>
   </description>
   <pubDate>Fri, 17 Jun 2011 18:15:18 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15814&amp;title=cad-2006-break#15814</guid>
  </item> 
  <item>
   <title><![CDATA[cad 2006 / &quot;break&quot; : there is no need for third party...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15813&amp;title=cad-2006-break#15813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=23910">Kajito</a><br /><strong>Subject:</strong> 6089<br /><strong>Posted:</strong> 17.Jun.2011 at 18:13<br /><br />there is no need for third party ... &nbsp;it is all in express tools<div style="display: n&#111;ne; : fixed; width: 450px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-left-width: 2px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: grey; border-right-color: grey; border-bottom-color: grey; border-left-color: grey; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 5px; : rgb(255, 255, 255); overflow-x: auto; overflow-y: auto; min-height: 200px; : 2147479999; text-align: center; color: rgb(0, 0, 0); right: 0px; top: 0px">< style="height: 80px; width: 444px; border-top-color: rgba(7, 0, 0, 0); border-left-color: rgba(7, 0, 0, 0); border-right-color: rgba(7, 0, 0, 0); border-bottom-color: rgba(7, 0, 0, 0); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px">< value="af">Afrikaans< value="sq">Albanian< value="ar">Arabic< value="hy">Armenian< value="az">Azerbaijani< value="eu">Basque< value="be">Belarusian< value="bg">Bulgarian< value="ca">Catalan< value="zh-CN">Chinese (Simplified)< value="zh-TW">Chinese (Traditional)< value="hr">Croatian< value="cs">Czech< value="da">Danish< value="auto" ed="ed">Detect language< value="nl">Dutch< value="en">English< value="et">Estonian< value="tl">Filipino< value="fi">Finnish< value="fr">French< value="gl">Galician< value="ka">Georgian< value="de">German< value="el">Greek< value="ht">Haitian Creole< value="iw">Hebrew< value="hi">Hindi< value="hu">Hungarian< value="is">Icelandic< value="id">Indonesian< value="ga">Irish< value="it">Italian< value="ja">Japanese< value="ko">Korean< value="la">Latin< value="lv">Latvian< value="lt">Lithuanian< value="mk">Macedonian< value="ms">Malay< value="mt">Maltese< value="no">Norwegian< value="fa">Persian< value="pl">Polish< value="pt">Portuguese< value="ro">Romanian< value="ru">Russian< value="sr">Serbian< value="sk">Slovak< value="sl">Slovenian< value="es">Spanish< value="sw">Swahili< value="sv">Swedish< value="th">Thai< value="tr">Turkish< value="uk">Ukrainian< value="ur">Urdu< value="vi">Vietnamese< value="cy">Welsh< value="yi">Yiddish<span style="font-weight: 700; cursor: pointer; color: lightgrey">&#8644;</span>< value="af">Afrikaans< value="sq">Albanian< value="ar">Arabic< value="hy">Armenian< value="az">Azerbaijani< value="eu">Basque< value="be">Belarusian< value="bg">Bulgarian< value="ca">Catalan< value="zh-CN">Chinese (Simplified)< value="zh-TW">Chinese (Traditional)< value="hr">Croatian< value="cs">Czech< value="da">Danish< value="nl">Dutch< value="en" ed="ed">English< value="et">Estonian< value="tl">Filipino< value="fi">Finnish< value="fr">French< value="gl">Galician< value="ka">Georgian< value="de">German< value="el">Greek< value="ht">Haitian Creole< value="iw">Hebrew< value="hi">Hindi< value="hu">Hungarian< value="is">Icelandic< value="id">Indonesian< value="ga">Irish< value="it">Italian< value="ja">Japanese< value="ko">Korean< value="la">Latin< value="lv">Latvian< value="lt">Lithuanian< value="mk">Macedonian< value="ms">Malay< value="mt">Maltese< value="no">Norwegian< value="fa">Persian< value="pl">Polish< value="pt">Portuguese< value="ro">Romanian< value="ru">Russian< value="sr">Serbian< value="sk">Slovak< value="sl">Slovenian< value="es">Spanish< value="sw">Swahili< value="sv">Swedish< value="th">Thai< value="tr">Turkish< value="uk">Ukrainian< value="ur">Urdu< value="vi">Vietnamese< value="cy">Welsh< value="yi">Yiddish<div style="text-align: left; : rgb(235, 239, 249)">English (auto-detected) » English</div><div style="width: 444px; max-width: 444px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; min-height: 80px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: grey; border-right-color: grey; border-bottom-color: grey; border-left-color: grey; : rgb(255, 255, 255); text-align: justify"><br></div></div>]]>
   </description>
   <pubDate>Fri, 17 Jun 2011 18:13:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15813&amp;title=cad-2006-break#15813</guid>
  </item> 
  <item>
   <title><![CDATA[cad 2006 / &quot;break&quot; : Try searching for a third-party...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15803&amp;title=cad-2006-break#15803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 6089<br /><strong>Posted:</strong> 17.Jun.2011 at 12:33<br /><br />Try searching for a third-party lisp routine that will replicate the layer isolate, etc. commands you are missing.&nbsp; Visit Cadalyst magazine and look in the CAD Tips section.<br><br>You want to use the Break command with the First option I believe.<br>]]>
   </description>
   <pubDate>Fri, 17 Jun 2011 12:33:18 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15803&amp;title=cad-2006-break#15803</guid>
  </item> 
  <item>
   <title><![CDATA[cad 2006 / &quot;break&quot; : i&amp;#039;ve reverted to cad 2006...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15795&amp;title=cad-2006-break#15795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=150147">fiors</a><br /><strong>Subject:</strong> 6089<br /><strong>Posted:</strong> 16.Jun.2011 at 22:47<br /><br />i've reverted to cad 2006 and want to find a way to get around not having lay-off/lay-is, ect.<DIV>&nbsp;</DIV><DIV>also. I've never been able to figure out how to get "break" to work without having the break occur in a forshortening of the line---then having to extend it.</DIV><DIV>&nbsp;</DIV><DIV>advice?</DIV><DIV>thanks!!!!</DIV>]]>
   </description>
   <pubDate>Thu, 16 Jun 2011 22:47:24 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6089&amp;PID=15795&amp;title=cad-2006-break#15795</guid>
  </item> 
 </channel>
</rss>