<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic linked dimensions - assembly relations in 3D Part &amp; Assembly Design</title>
    <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24314#M34275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if I already know the best way to accomplish this...&amp;nbsp; Here is what I am looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an assembly with a handful of the same instance assembled individually (no pattern) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They all share the same value for an offset dimension - the offset is from another instance.&amp;nbsp; I want to manipulate one dimension and have all the others follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could create a parameter and relate all the dims to that param.&amp;nbsp; But then I need to go into parameters to edit the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could relate all of the dims to one instance - but then I have to remember which one needs to be edited for the change to work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd really like to be able to edit any of the dims and they would all update.&amp;nbsp; Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nate&lt;/P&gt;&lt;BR /&gt;&lt;STRONG&gt;This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread.  You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist. &lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Dec 2020 01:52:25 GMT</pubDate>
    <dc:creator>nrollins</dc:creator>
    <dc:date>2020-12-13T01:52:25Z</dc:date>
    <item>
      <title>linked dimensions - assembly relations</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24314#M34275</link>
      <description>Hello,I wonder if I already know the best way to accomplish this...&amp;nbsp; Here is what I am looking for:I have an assembly with a handful of the same instance assembled individually (no pattern) They all share the same value for an offset dimension - the offset is from another instance.&amp;nbsp;</description>
      <pubDate>Sun, 13 Dec 2020 01:52:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24314#M34275</guid>
      <dc:creator>nrollins</dc:creator>
      <dc:date>2020-12-13T01:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: linked dimensions - assembly relations</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24315#M34276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use your parameter method, but rather than going into parameters to edit, you could place a reported note on the screen and edit the value directly from the note.&amp;nbsp; Once you feel like you don't need the flexibility anymore you could delete the note.&amp;nbsp; In my example below I have created a "block_size" dim and in relations equated that to the 2 dims.&amp;nbsp; I can then edit the parameter directly from the note.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Note1.jpg" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/97799_Note1.jpg" style="height: 492px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Note2.JPG" class="jive-image image-2" src="https://community.ptc.com/legacyfs/online/97800_Note2.JPG" style="height: 537px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 22:56:57 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24315#M34276</guid>
      <dc:creator>CoreySusie</dc:creator>
      <dc:date>2016-02-03T22:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: linked dimensions - assembly relations</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24316#M34277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To change only one offset value and have all change without having to worry about a controlling instance your going to have to use a parameter and relations. Another solution to not having to go into the parameters dialog is to add the control parameter to the model tree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:37:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24316#M34277</guid>
      <dc:creator>Kevin</dc:creator>
      <dc:date>2016-02-04T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: linked dimensions - assembly relations</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24317#M34278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your responses...&amp;nbsp; I will check out both methods for future reference.&amp;nbsp; It seems like either would be a convenient way to edit a parameter as a design progresses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:01:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24317#M34278</guid>
      <dc:creator>nrollins</dc:creator>
      <dc:date>2016-02-12T17:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: linked dimensions - assembly relations</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24318#M34279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can easily be solved using Pro/Program and relations. No need to go into parameters every time and change. During a regen you would input the value you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:23:44 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/linked-dimensions-assembly-relations/m-p/24318#M34279</guid>
      <dc:creator>kross</dc:creator>
      <dc:date>2016-02-12T17:23:44Z</dc:date>
    </item>
  </channel>
</rss>

