<?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 : Kusovník</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : iLogic a ETO : Kusovník]]></description>
  <pubDate>Tue, 05 May 2026 15:20:40 +0000</pubDate>
  <lastBuildDate>Tue, 21 Aug 2012 06:04:15 +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=15538</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[Kusovník :   D&#283;kuji mnohokr&#225;t ]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71879&amp;title=kusovnik#71879</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=6128">hoboj</a><br /><strong>Předmět:</strong> 15538<br /><strong>Zasláno:</strong> 21.srp.2012 v 06:04<br /><br />Děkuji mnohokrát <img src="https://www.cadforum.cz/forum/smileys/smiley1.gif" height="17" width="17" border="0" align="absmiddle" alt="Smile" />]]>
   </description>
   <pubDate>Tue, 21 Aug 2012 06:04:15 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71879&amp;title=kusovnik#71879</guid>
  </item> 
  <item>
   <title><![CDATA[Kusovník : Zase jeden z probl&#233;m&#367;, na kter&#253;...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71859&amp;title=kusovnik#71859</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9996">Navara</a><br /><strong>Předmět:</strong> 15538<br /><strong>Zasláno:</strong> 20.srp.2012 v 13:56<br /><br />Zase jeden z problémů, na který nemá iLogic odpověď. Jediná možnost je přes plné API<DIV>Níže uvedený kód projde věechny kusovníky ve výkrese a odstraní z nich všechny statické hodnoty. Pokud byste chtěl tyto informace uchovat, nebo zapsat do modelů, muselo by se na to jinak.</DIV><DIV>&nbsp;</DIV><DIV><!--StartFragment--><PRE><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">drawing</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">As</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">DrawingDocument</SPAN><SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">sheet</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">As</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">Sheet</SPAN><SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">pList</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">As</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">PartsList</SPAN><SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">pListRow</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">As</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">PartsListRow</SPAN><SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">pListCell</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">As</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">PartsListCell</SPAN><SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">cellIndex</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">As</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Integer</SPAN><SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #800000">drawing</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800080; FONT-WEIGHT: bold">ThisApplication</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">ActiveDocument</SPAN><SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">For</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Each</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">sheet</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">In</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">drawing</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">Sheets</SPAN><SPAN style="COLOR: #000000">    </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">For</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Each</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">pList</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">In</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">sheet</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">PartsLists</SPAN><SPAN style="COLOR: #000000">        </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">For</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Each</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">pListRow</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">In</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">pList</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">PartsListRows</SPAN><SPAN style="COLOR: #000000">            </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">For</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">cellIndex</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">1</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">To</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">pList</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">PartsListColumns</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">count</SPAN><SPAN style="COLOR: #000000">                </SPAN><SPAN style="COLOR: #800000">pListCell</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">pListRow</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">Item</SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">(</SPAN><SPAN style="COLOR: #800000">cellIndex</SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">)</SPAN><SPAN style="COLOR: #000000">                </SPAN><SPAN style="COLOR: #800000">pListCell</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">Static</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000">False</SPAN><SPAN style="COLOR: #000000">            </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Next</SPAN><SPAN style="COLOR: #000000">        </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Next</SPAN><SPAN style="COLOR: #000000">    </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Next</SPAN><SPAN style="COLOR: #000000"></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Next</SPAN></PRE><PRE><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold"></SPAN>&nbsp;</PRE><!--EndFragment--></DIV>]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 13:56:14 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71859&amp;title=kusovnik#71859</guid>
  </item> 
  <item>
   <title><![CDATA[Kusovník :    Chci nastavit v&#353;echny bu&#328;ky...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71848&amp;title=kusovnik#71848</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=6128">hoboj</a><br /><strong>Předmět:</strong> 15538<br /><strong>Zasláno:</strong> 20.srp.2012 v 10:32<br /><br />Chci nastavit všechny buňky v kusovníku jako (ne)statické, kvůli zamezení chyb. <div>&nbsp;</div><div>U starých kusovníků je to přepisované ručně a když se změní rozměr nějaké komponenty, tak se to v kusovníku neprojeví a když nebude statická hodnota těchto buněk, tak se to bude řídit dle BOM a bude to v pořádku.</div><div>&nbsp;</div><div>Chtěl bych nastavit </div><div>všechny buňky-&gt; statické -&gt;false</div><div>&nbsp;</div><div><img src="uploads/20120820_103444_stat.jpg" height="143" width="672" border="0" /></div><span style="font-size:10px"><br /><br />Upravil hoboj - 20.srp.2012 v 10:34</span>]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 10:32:08 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71848&amp;title=kusovnik#71848</guid>
  </item> 
  <item>
   <title><![CDATA[Kusovník : Zkuste ten dotaz pon&#283;kud rozv&#233;st....]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71847&amp;title=kusovnik#71847</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9996">Navara</a><br /><strong>Předmět:</strong> 15538<br /><strong>Zasláno:</strong> 20.srp.2012 v 10:09<br /><br />Zkuste ten dotaz poněkud rozvést. Moc nerozumím tomu, co vlastně chcete.]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 10:09:13 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71847&amp;title=kusovnik#71847</guid>
  </item> 
  <item>
   <title><![CDATA[Kusovník :   Dobr&#253; den, pot&#345;eboval bych...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71846&amp;title=kusovnik#71846</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=6128">hoboj</a><br /><strong>Předmět:</strong> 15538<br /><strong>Zasláno:</strong> 20.srp.2012 v 10:04<br /><br />Dobrý den, <div>potřeboval bych poradit, jak napsat pravidlo pro kusovník, aby v kusovníku nebyly statické hodnoty. </div><div>&nbsp;</div><div>Jak napsat, aby se nám vybrala celá tabulka v kusovníku? </div><div>&nbsp;</div><div>Našel jsem si pro změnu hodnoty na statickou.</div><div><title>SyntaxEditor Code Snippet</title><!--StartFragment--><pre><span style="color: rgb(255, 0, 0); font-weight: bold;">Property</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 0, 0);">Value</span><span style="color: rgb(0, 0, 0); font-weight: bold;">()</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(255, 0, 0); font-weight: bold;">As</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(255, 0, 0); font-weight: bold;">String</span></pre><!--EndFragment--></div><div><span style="color: rgb(255, 0, 0); font-weight: bold;"></span>&nbsp;</div><!--EndFragment-->]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 10:04:44 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=15538&amp;PID=71846&amp;title=kusovnik#71846</guid>
  </item> 
 </channel>
</rss>