<?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 : SMAZÁNÍ uživatelské IVLATNOSTI</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : iLogic a ETO : SMAZÁNÍ uživatelské IVLATNOSTI]]></description>
  <pubDate>Fri, 15 May 2026 09:15:19 +0000</pubDate>
  <lastBuildDate>Mon, 28 Jan 2019 14:03:16 +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=28329</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[SMAZÁNÍ uživatelské IVLATNOSTI : Zdrav&#237;m,M&#225;m napsan&#253; ilogic, kter&#253;...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=28329&amp;PID=115368&amp;title=smazani-uzivatelske-ivlatnosti#115368</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=4903">Lukáš Záruba</a><br /><strong>Předmět:</strong> 28329<br /><strong>Zasláno:</strong> 28.led.2019 v 14:03<br /><br />Zdravím,<div><br></div><div>Mám napsaný ilogic, který mi nejprve vytvoří a vyplní požadované parametry a pak i ivlatnosti. Potřeboval bych však na začátek tohoto pravidla napsat něco jako:</div><div><br></div><div>Smaž ivlastnost "prednazev"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ivlastnost "prednazev2"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;....&nbsp;</div><div><br></div><div>Prostě potřebuji vymazat staré a již nepoužívané ivlastnosti.</div><div><br></div><div>Aktuální pravidlo je ve zkratce níže:</div><pre><span style="color: #FF0000; font-weight: bold;">Dim</span> <span style="color: #800000;">part</span> <span style="color: #FF0000; font-weight: bold;">As</span> <span style="color: #800000;">PartDocument</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">ThisDoc</span>.<span style="color: #800080; font-weight: bold;">Document</span><span style="color: #FF0000; font-weight: bold;">Dim</span> <span style="color: #800000;">userParams</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">part</span>.<span style="color: #800000;">ComponentDefinition</span>.<span style="color: #800000;">Parameters</span>.<span style="color: #800000;">UserParameters</span><span style="color: #FF0000; font-weight: bold;">Dim</span> <span style="color: #800000;">p</span> <span style="color: #FF0000; font-weight: bold;">As</span> <span style="color: #800000;">Inventor</span>.<span style="color: #800000;">Parameter</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">p</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">userParams</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">R1</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #800000;">p</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">userParams</span>.<span style="color: #800000;">AddByValue</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">R1</span><span style="color: #008080;">"</span>, <span style="font-weight: bold;">0</span>, <span style="color: #008080;">"</span><span style="color: #008080;">mm</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #800000;">p</span>.<span style="color: #800000;">Comment</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">NADPIS - ROZM&#65533;R</span><span style="color: #008080;">"</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">p</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">userParams</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">PR1</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #800000;">p</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">userParams</span>.<span style="color: #800000;">AddByValue</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">PR1</span><span style="color: #008080;">"</span>, <span style="font-weight: bold;">0</span>, <span style="color: #008080;">"</span><span style="color: #008080;">mm</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #800000;">p</span>.<span style="color: #800000;">Comment</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">POPIS - ROZM&#65533;R</span><span style="color: #008080;">"</span><span style="color: #FF0000; font-weight: bold;">Dim</span> <span style="color: #800000;">propertyName</span> <span style="color: #FF0000; font-weight: bold;">As</span> <span style="color: #FF0000; font-weight: bold;">String</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">N1</span><span style="color: #008080;">"</span><span style="color: #FF0000; font-weight: bold;">Dim</span> <span style="color: #800000;">propertyValue</span> <span style="color: #FF0000; font-weight: bold;">As</span> <span style="color: #FF0000; font-weight: bold;">String</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">""</span><span style="color: #800000;">customPropertySet</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">ThisDoc</span>.<span style="color: #800080; font-weight: bold;">Document</span>.<span style="color: #800000;">PropertySets</span>.<span style="color: #800000;">Item</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Inventor User Defined Properties</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Try</span>      <span style="color: #800000;">prop</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Item</span><span style="font-weight: bold;">(</span><span style="color: #800000;">propertyName</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Catch</span>      <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Add</span><span style="font-weight: bold;">(</span><span style="color: #008080;">""</span>, <span style="color: #800000;">propertyName</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">prop</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Item</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">PR1</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Add</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;"> </span><span style="color: #008080;">"</span>,<span style="color: #008080;">"</span><span style="color: #008080;">PR1</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">prop</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Item</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">PR1-M</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Add</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;"> </span><span style="color: #008080;">"</span>,<span style="color: #008080;">"</span><span style="color: #008080;">PR1-M</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">prop</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Item</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">R1</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Add</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;"> </span><span style="color: #008080;">"</span>,<span style="color: #008080;">"</span><span style="color: #008080;">R1</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">prop</span> <span style="font-weight: bold;">=</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Item</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">R1-M</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #800000;">customPropertySet</span>.<span style="color: #800000;">Add</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;"> </span><span style="color: #008080;">"</span>,<span style="color: #008080;">"</span><span style="color: #008080;">R1-M</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><br></pre><div><span style="color: rgb255, 0, 0; font-weight: bold;">End</span> <span style="color: rgb255, 0, 0; font-weight: bold;">Try</span>&nbsp;</div>]]>
   </description>
   <pubDate>Mon, 28 Jan 2019 14:03:16 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=28329&amp;PID=115368&amp;title=smazani-uzivatelske-ivlatnosti#115368</guid>
  </item> 
 </channel>
</rss>