<?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 : Těžiště podsestavy</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : Inventor : Těžiště podsestavy]]></description>
  <pubDate>Mon, 27 Jul 2026 17:23:16 +0000</pubDate>
  <lastBuildDate>Sun, 24 Jun 2012 22:44:21 +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=15293</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[Těžiště podsestavy : Nebo je mo&#382;n&#233; si pomoci jednoduch&#253;m...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=15293&amp;PID=70994&amp;title=teziste-podsestavy#70994</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> 15293<br /><strong>Zasláno:</strong> 24.čer.2012 v 22:44<br /><br />Nebo je možné si pomoci jednoduchým makrem pro iLogic, které při spuštění vytvoří/aktualizuje polohu pracovního bodu v dokumentu modelu.<!--StartFragment--><DIV><PRE><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">cogName</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">String</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #008080">"</SPAN><SPAN style="COLOR: #008080">Teziste</SPAN><SPAN style="COLOR: #008080">"</SPAN><SPAN style="COLOR: #000000"><BR><BR></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">doc</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">As</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">Document</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">ThisDoc</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800080; FONT-WEIGHT: bold">Document</SPAN><SPAN style="COLOR: #000000"><BR><BR></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Dim</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">cog</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">As</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">WorkPoint</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Try</SPAN><SPAN style="COLOR: #000000"><BR>    </SPAN><SPAN style="COLOR: #800000">cog</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">doc</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">ComponentDefinition</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">WorkPoints</SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">(</SPAN><SPAN style="COLOR: #800000">cogName</SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">)</SPAN><SPAN style="COLOR: #000000"><BR>    </SPAN><SPAN style="COLOR: #800000">cog</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">SetFixed</SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">(</SPAN><SPAN style="COLOR: #800000">doc</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">ComponentDefinition</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">MassProperties</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">CenterOfMass</SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">)</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Catch</SPAN><SPAN style="COLOR: #000000"><BR>    </SPAN><SPAN style="COLOR: #800000">cog</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">doc</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">ComponentDefinition</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">WorkPoints</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">AddFixed</SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">(</SPAN><SPAN style="COLOR: #800000">doc</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">ComponentDefinition</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">MassProperties</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800000">CenterOfMass</SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">)</SPAN><SPAN style="COLOR: #000000"><BR>    </SPAN><SPAN style="COLOR: #800000">cog</SPAN><SPAN style="COLOR: #000000">.</SPAN><SPAN style="COLOR: #800080; FONT-WEIGHT: bold">Name</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #000000; FONT-WEIGHT: bold">=</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #800000">cogName</SPAN><SPAN style="COLOR: #000000"><BR></SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">End</SPAN><SPAN style="COLOR: #000000"> </SPAN><SPAN style="COLOR: #ff0000; FONT-WEIGHT: bold">Try</SPAN></PRE><!--EndFragment--></DIV>]]>
   </description>
   <pubDate>Sun, 24 Jun 2012 22:44:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=15293&amp;PID=70994&amp;title=teziste-podsestavy#70994</guid>
  </item> 
  <item>
   <title><![CDATA[Těžiště podsestavy :   Zkus&#237;m n&#225;st&#345;el: v podsestav&#283;...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=15293&amp;PID=70955&amp;title=teziste-podsestavy#70955</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=428">MILKA</a><br /><strong>Předmět:</strong> 15293<br /><strong>Zasláno:</strong> 20.čer.2012 v 15:11<br /><br />Zkusím nástřel: v podsestavě použít utilitu COG, myslím, že se na vytvořený bod dalo vazbit <div>(např. malá koule) ta vám bude tvořit bod ve výkrese.</div>]]>
   </description>
   <pubDate>Wed, 20 Jun 2012 15:11:02 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=15293&amp;PID=70955&amp;title=teziste-podsestavy#70955</guid>
  </item> 
  <item>
   <title><![CDATA[Těžiště podsestavy : Dobr&#233; odpoledne,pot&#345;eboval bych...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=15293&amp;PID=70949&amp;title=teziste-podsestavy#70949</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=71">Pavel Žáček</a><br /><strong>Předmět:</strong> 15293<br /><strong>Zasláno:</strong> 20.čer.2012 v 12:43<br /><br />Dobré odpoledne,<div>potřeboval bych ve výkresu nějaké sestavy zobrazit těžiště ne celé této sestavy, ale jen její podsestavy. Jde to nějak?</div>]]>
   </description>
   <pubDate>Wed, 20 Jun 2012 12:43:35 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=15293&amp;PID=70949&amp;title=teziste-podsestavy#70949</guid>
  </item> 
 </channel>
</rss>