<?xml version="1.0" encoding="windows-1250" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>CAD F&#243;rum : Hromadné odznačenie šrafy</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : AutoCAD : Hromadné odznačenie šrafy]]></description>
  <pubDate>Sun, 10 May 2026 10:10:13 +0000</pubDate>
  <lastBuildDate>Fri, 08 Nov 2019 15:34:37 +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/RSS_post_feed.asp?TID=29621</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD F&#243;rum]]></title>
   <url>https://www.cadforum.cz/forum/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum/</link>
  </image>
  <item>
   <title><![CDATA[Hromadné odznačenie šrafy : Funguje perfektne.&#270;AKUJEM!!! ]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118187&amp;title=hromadne-odznacenie-srafy#118187</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=10644">mikeborecek</a><br /><strong>Předmět:</strong> 29621<br /><strong>Zasláno:</strong> 08.lis.2019 v 15:34<br /><br />Funguje perfektne.<br><br>ĎAKUJEM!!!<img src="https://www.cadforum.cz/forum/smileys/smiley32.gif" border="0" alt="Clap" title="Clap" />]]>
   </description>
   <pubDate>Fri, 08 Nov 2019 15:34:37 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118187&amp;title=hromadne-odznacenie-srafy#118187</guid>
  </item> 
  <item>
   <title><![CDATA[Hromadné odznačenie šrafy : V&#353;ak jak p&#237;&#353;u... ono se to tv&#225;&#345;&#237;...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118186&amp;title=hromadne-odznacenie-srafy#118186</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=1045">johny</a><br /><strong>Předmět:</strong> 29621<br /><strong>Zasláno:</strong> 08.lis.2019 v 15:30<br /><br />Však jak píšu... ono se to tváří že to umí, dokonce to hlásí "vyber objekty", ale neumí. Asi někdo myslel... a skutek utek.<div><br></div><div>Jen tak cvičně jsem zkoušel dát dohromady nějaký lisp... je to taková splácanina sledující svůj účel, ale vypadá, že funguje.</div><div><br></div><div><br></div><div><div><font face="Courier New, Courier, mono" size="2">(vl-load-com)</font></div><div><font face="Courier New, Courier, mono" size="2"><br></font></div><div><font face="Courier New, Courier, mono" size="2">(defun c:BoundariesRemove (/ sh eh lst ss sk i en)</font></div><div><font face="Courier New, Courier, mono" size="2"><br></font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; (if (and (or (setq sh (ssget "I"))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; &nbsp;(prompt "\nImplied selection required."))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp;(or (= (sslength sh) 1)</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; &nbsp;(prompt "\Single select required."))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp;(setq eh (ssname sh 0))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp;(or (= (cdr (assoc 0 (entget eh))) "HATCH")</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp; &nbsp; &nbsp;(prompt "\nHatch object reqired."))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp;(setq lst (mapcar 'cdr (vl-remove-if-not '(lambda (x) (= 330 (car x))) (entget eh))))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp;(setq ss (ssadd))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; &nbsp;)</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; (progn</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (foreach e lst (ssadd e ss))</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (command-s "_.select" ss "_r")</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (setq sk (ssget "P"))</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (command "_.zoom" "_e")</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (command "_.hatchedit" eh "_remove")</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (repeat (setq i (sslength ss))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>(setq en (ssname ss (setq i (1- i))))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>(if (not (ssmemb en sk))</font></div><div><font face="Courier New, Courier, mono" size="2"><span style="white-space:pre">	</span>&nbsp; (command (trans (vlax-curve-getstartpoint en) 0 1))))</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (command "")</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (command "_.zoom" "_p")</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; &nbsp; &nbsp; (sssetfirst nil sh)))</font></div><div><font face="Courier New, Courier, mono" size="2">&nbsp; (princ)</font></div><div><font face="Courier New, Courier, mono" size="2">)</font></div></div><span style="font-size:10px"><br /><br />Upravil johny - 08.lis.2019 v 15:41</span>]]>
   </description>
   <pubDate>Fri, 08 Nov 2019 15:30:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118186&amp;title=hromadne-odznacenie-srafy#118186</guid>
  </item> 
  <item>
   <title><![CDATA[Hromadné odznačenie šrafy : Ak m&#225;m &#353;rafu, ktor&#250; by som menil,...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118184&amp;title=hromadne-odznacenie-srafy#118184</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=10644">mikeborecek</a><br /><strong>Předmět:</strong> 29621<br /><strong>Zasláno:</strong> 08.lis.2019 v 11:51<br /><br />Ak mám šrafu, ktorú by som menil, čo sa mi občas stáva, pri zmene mierky, tak označím konkrétnu šrafu, ktorá označí všetky potrebné hranice pre zmenu buď šrafy, mierky, uhla ...<div><br></div><div>Skôr mi príde absurdné že pri výbere hraníc ne možnosť klasického "AutoCAD výberu", ale pri odobratí už nie. Človek by čakal, že by to mohlo byť rovnaké</div>]]>
   </description>
   <pubDate>Fri, 08 Nov 2019 11:51:16 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118184&amp;title=hromadne-odznacenie-srafy#118184</guid>
  </item> 
  <item>
   <title><![CDATA[Hromadné odznačenie šrafy : Je to zaj&#237;mav&#233;... jeden by si...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118183&amp;title=hromadne-odznacenie-srafy#118183</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=1045">johny</a><br /><strong>Předmět:</strong> 29621<br /><strong>Zasláno:</strong> 08.lis.2019 v 11:48<br /><br />Je to zajímavé... jeden by si myslel, že když má výzvu "Select object<b>s</b>: " tak by mělo jít vybrat těch hranic hned několik...<div>Každopádně můžete dát tu šrafu separovat a pak smazat kolik chcete najednou. Nikdy jsem moc nepochopil, k čemu je dobré mít jednu šrafu přes víc lokací... Nepoužívám to.</div><span style="font-size:10px"><br /><br />Upravil johny - 08.lis.2019 v 11:51</span>]]>
   </description>
   <pubDate>Fri, 08 Nov 2019 11:48:16 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118183&amp;title=hromadne-odznacenie-srafy#118183</guid>
  </item> 
  <item>
   <title><![CDATA[Hromadné odznačenie šrafy : To ne, tento typ &#250;prav se mus&#237;...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118168&amp;title=hromadne-odznacenie-srafy#118168</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 29621<br /><strong>Zasláno:</strong> 07.lis.2019 v 21:05<br /><br />To ne, tento typ úprav se musí dělat jednotlivě (nebo programově, přes API).]]>
   </description>
   <pubDate>Thu, 07 Nov 2019 21:05:33 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118168&amp;title=hromadne-odznacenie-srafy#118168</guid>
  </item> 
  <item>
   <title><![CDATA[Hromadné odznačenie šrafy : sk&#244;r som myslel to, &#382;e ke&#271; m&#225;m...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118162&amp;title=hromadne-odznacenie-srafy#118162</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=10644">mikeborecek</a><br /><strong>Předmět:</strong> 29621<br /><strong>Zasláno:</strong> 07.lis.2019 v 15:01<br /><br />skôr som myslel to, že keď mám šrafu ktorá má 5 hranic a potrebujem 3 odobrať, či je to možné robiť nejakým hromadním odznačením, lebo len jednotlivo cez ikonku "remove" v hatch editore?]]>
   </description>
   <pubDate>Thu, 07 Nov 2019 15:01:52 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118162&amp;title=hromadne-odznacenie-srafy#118162</guid>
  </item> 
  <item>
   <title><![CDATA[Hromadné odznačenie šrafy : Pokud editujete jejich tvar, mus&#237;te...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118161&amp;title=hromadne-odznacenie-srafy#118161</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 29621<br /><strong>Zasláno:</strong> 07.lis.2019 v 14:59<br /><br />Pokud editujete jejich tvar, musíte jednotlivě. Pokud je např. posouváte, můžete hromadně.]]>
   </description>
   <pubDate>Thu, 07 Nov 2019 14:59:39 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118161&amp;title=hromadne-odznacenie-srafy#118161</guid>
  </item> 
  <item>
   <title><![CDATA[Hromadné odznačenie šrafy : Zdrav&#237;m,ke&#271; editujem hranice konkr&#233;tnej...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118153&amp;title=hromadne-odznacenie-srafy#118153</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=10644">mikeborecek</a><br /><strong>Předmět:</strong> 29621<br /><strong>Zasláno:</strong> 07.lis.2019 v 11:54<br /><br />Zdravím,<div>keď editujem hranice konkrétnej šrafy, je možné odznačiť viac hraníc naraz alebo len po jednom ako to robím teraz?</div>]]>
   </description>
   <pubDate>Thu, 07 Nov 2019 11:54:15 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=29621&amp;PID=118153&amp;title=hromadne-odznacenie-srafy#118153</guid>
  </item> 
 </channel>
</rss>