<?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 Re: parallel spline / involute spline connection generator, retrieve model annotations in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/12819579#M58381</link>
    <description>&lt;P&gt;I think, the problem is solved.&lt;/P&gt;
&lt;P&gt;See:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-forum/symbols-for-designating-straight-and-involute-splines/m-p/12819546#M929090" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-forum/symbols-for-designating-straight-and-involute-splines/m-p/12819546#M929090&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 08:14:45 GMT</pubDate>
    <dc:creator>Alexander_Chernikov</dc:creator>
    <dc:date>2024-06-05T08:14:45Z</dc:date>
    <item>
      <title>parallel spline / involute spline connection generator, retrieve model annotations</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/11663222#M58378</link>
      <description>&lt;P&gt;I have design Shaft and use&amp;nbsp;parallel spline&amp;nbsp;connection generator for the splines&lt;/P&gt;&lt;P&gt;Now in the drafting i want to&amp;nbsp;retrieve model annotations of the spline data is that possible ?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 11:00:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/11663222#M58378</guid>
      <dc:creator>jaimin.ja.3</dc:creator>
      <dc:date>2023-01-07T11:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: parallel spline / involute spline connection generator, retrieve model annotations</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/11670297#M58379</link>
      <description>&lt;P&gt;Hi! The quick answer is no. The data is stored in the shaft in a format, not understood by the drawing, only accessible by the Shaft Generator. You will need to get the data from the generator and paste it to an Excel spreadsheet. Create a general table from the spreadsheet or insert it directly to the drawing.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 22:11:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/11670297#M58379</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2023-01-10T22:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: parallel spline / involute spline connection generator, retrieve model annotations</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/12675766#M58380</link>
      <description>&lt;P&gt;As we found out (with&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13518190" target="_blank"&gt;@Andrii_Humeniuk&lt;/A&gt;&amp;nbsp; , see &lt;A href="https://forums.autodesk.com/t5/product-design-manufacturing/inventor-osoblivosti-oformlennya-kreslenikiv-detaley-tipu-val/m-p/12630610#M1058" target="_blank"&gt;https://forums.autodesk.com/t5/product-design-manufacturing/inventor-osoblivosti-oformlennya-kreslenikiv-detaley-tipu-val/m-p/12630610#M1058&lt;/A&gt; ), information about Spline Connections is stored in the assembly in the "Occurrences" branch: oAssDoc.ComponentDefinition.Occurrences(i).AttributeSets(1).Item(2).Value&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alexander_Chernikov_2-1711785134187.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1343793iA38E1ADDFCADC302/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alexander_Chernikov_2-1711785134187.png" alt="Alexander_Chernikov_2-1711785134187.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It can be obtained using iLogic/VBA, taking into account that the “Value” parameter stores a link to the standard code and to the standard data table in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Users\Public\Documents\Autodesk\Inventor 202X\Design Data\Design Accelerator\Tables\Splines*\namestd.xml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;namely in "SplineType" - Standard Code in the form, for example, for ISO 14&lt;/P&gt;
&lt;P&gt;&amp;lt;Table InternalName="605A0796-2412-4aa9-81E0-E36325D0AE4F"&amp;gt;, and in “Spline” – the line number in the list of possible spline parameters of this standard.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can either rename this element in the assembly or part and/or add a user parameter, which you can then use to call out symbols both in the model and in the drawing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alexander_Chernikov_0-1711782711163.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1343787i566129A795D95386/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alexander_Chernikov_0-1711782711163.png" alt="Alexander_Chernikov_0-1711782711163.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alexander_Chernikov_1-1711782788757.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1343788i3AB5F34843216C54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alexander_Chernikov_1-1711782788757.png" alt="Alexander_Chernikov_1-1711782788757.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;Of course, the best option would be to create a tool like "Hole and Thread" for the drawing environment that allows you to automatically apply the designation.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 08:07:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/12675766#M58380</guid>
      <dc:creator>Alexander_Chernikov</dc:creator>
      <dc:date>2024-03-30T08:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: parallel spline / involute spline connection generator, retrieve model annotations</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/12819579#M58381</link>
      <description>&lt;P&gt;I think, the problem is solved.&lt;/P&gt;
&lt;P&gt;See:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-forum/symbols-for-designating-straight-and-involute-splines/m-p/12819546#M929090" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-forum/symbols-for-designating-straight-and-involute-splines/m-p/12819546#M929090&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 08:14:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/parallel-spline-involute-spline-connection-generator-retrieve/m-p/12819579#M58381</guid>
      <dc:creator>Alexander_Chernikov</dc:creator>
      <dc:date>2024-06-05T08:14:45Z</dc:date>
    </item>
  </channel>
</rss>

