<?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: How to split a spline into an arbitrary number of equal segments? in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11767641#M54552</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This is a sample solution that came to my mind.&lt;BR /&gt;But the tool and the method match the target, and as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/108623"&gt;@JDMather&lt;/a&gt;&amp;nbsp;mentioned - we don't know your target.&lt;BR /&gt;If you like this method, remember that if n - number of distances, then the number of points must be n+1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6320877143112w320h240r601" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6320877143112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6320877143112w320h240r601');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6320877143112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 15:41:25 GMT</pubDate>
    <dc:creator>kacper.suchomski</dc:creator>
    <dc:date>2023-02-20T15:41:25Z</dc:date>
    <item>
      <title>How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11765045#M54542</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;Let's say I have an arbitrary spline, like so:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joh13399_0-1676781844318.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1178404iF330FAB5A5059F9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joh13399_0-1676781844318.png" alt="joh13399_0-1676781844318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to split this spline such that I have up to 1024 equally-sized segments, specifically, I only need the first 1024th of the segment, the rest of it is idempotent.&amp;nbsp; To be clear, I need this to be *exactly* up to a 1024th of the spline, Measuring the total length and creating a line segment won't do for the precision required for this task, as the error multiplies with subsequent operations.&lt;BR /&gt;&lt;BR /&gt;How do I produce this output? thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 04:48:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11765045#M54542</guid>
      <dc:creator>joh13399</dc:creator>
      <dc:date>2023-02-19T04:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11765231#M54543</link>
      <description>&lt;P&gt;I would export the spline into AutoCAD and there divide in the needed number of segments (with exactly the same length, not approximated by straight lines). and reimport the points into Inventor. For better visibility the image shows an example with only 100 segments.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I don't know if that can be done in Inventor using a VBA macro [iLogic] too)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Divided_Spline.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1178427i982332A1B070C86E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Divided_Spline.png" alt="Divided_Spline.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 09:12:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11765231#M54543</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2023-02-19T09:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11765243#M54544</link>
      <description>&lt;P&gt;Additional question:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you need it for, what do you want to do? I can't believe that the given value of the length overall should not be precise enough.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Divide_Spline.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1178428iFFD2C8FA9D6B2E2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Divide_Spline.png" alt="Divide_Spline.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 09:23:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11765243#M54544</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2023-02-19T09:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766462#M54545</link>
      <description>&lt;P&gt;I'm making an arbitrary-path encoder, which means that I need slots in a part to a very-fine degree. 1024 slots is about the finest I need, so I used that number as a base for this question.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 06:09:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766462#M54545</guid>
      <dc:creator>joh13399</dc:creator>
      <dc:date>2023-02-20T06:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766492#M54546</link>
      <description>&lt;P&gt;And what about my suggestions to solve your problem?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I still do not know (not understand) what you need: the points (coordinates) where the spline to divide, or the spline segments after splitting, or straight line segments between the points or ...?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 06:39:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766492#M54546</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2023-02-20T06:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766533#M54547</link>
      <description>&lt;P&gt;As far as your comments, I'm not sure that this precision will be enough. If i'm not mistaken, Autodesk Inventor uses 64-bit doubles for measurements, which gives 16 digits of precision, max. 16 digits, is pretty good, but it seems that any number of digits that I enter after 7 or 8 are truncated/rounded. Due to how error works in the system I'm designing, the effect is multiplicative (ie, the error = err1*err2*err3, etc). So even if I'm 0.00001 off, that will translate to a 1% error in the overall product. I'm not too familiar with autocad, so I'd need to see if such a solution will work. I will try it... the point output that you have is perfect for my application.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 07:13:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766533#M54547</guid>
      <dc:creator>joh13399</dc:creator>
      <dc:date>2023-02-20T07:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766709#M54548</link>
      <description>&lt;P&gt;If you use 1/1024th in an incremental manner, its calculation (base) error will be added 1024 times.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you can use a Baseline dimensioning. Then also the latest point will be placed only with the base error.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I hope you understand. My English skills are not good enough to explain it better &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example for 1/10th:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="incremental vs. base dimension.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1178665iAEBC9CED00D56B97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="incremental vs. base dimension.png" alt="incremental vs. base dimension.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 12:19:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766709#M54548</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2023-02-20T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766983#M54549</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7261998"&gt;@joh13399&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of Inventor are you using?&lt;/P&gt;
&lt;P&gt;While I can certainly pattern a point along any arbitrary path into equal number of divisions, your Design Intent is still not clear to me.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 10:52:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11766983#M54549</guid>
      <dc:creator>JDMather</dc:creator>
      <dc:date>2023-02-20T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11767258#M54550</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/108623"&gt;@JDMather&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While I can certainly pattern a point along any arbitrary path&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://magentacloud.de/s/bNm6Aay3Hi78pxb" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;Here&amp;lt;&amp;lt;&lt;/A&gt; an example (for &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7261998"&gt;@joh13399&lt;/a&gt;&amp;nbsp;) how that can be done (thanks to&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/108623"&gt;@JDMather&lt;/a&gt;&amp;nbsp; for remembering me).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For demonstrating I set only 50 points.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/108623"&gt;@JDMather&lt;/a&gt;&amp;nbsp;too, I don't know what you will do with this result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 13:02:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11767258#M54550</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2023-02-20T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11767591#M54551</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5952317"&gt;@j.palmeL29YX&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don’t know where the OP is going with this, but I suspect they will also want to set Direction 1 for the pattern.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:18:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11767591#M54551</guid>
      <dc:creator>JDMather</dc:creator>
      <dc:date>2023-02-20T15:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a spline into an arbitrary number of equal segments?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11767641#M54552</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This is a sample solution that came to my mind.&lt;BR /&gt;But the tool and the method match the target, and as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/108623"&gt;@JDMather&lt;/a&gt;&amp;nbsp;mentioned - we don't know your target.&lt;BR /&gt;If you like this method, remember that if n - number of distances, then the number of points must be n+1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6320877143112w320h240r369" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6320877143112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6320877143112w320h240r369');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6320877143112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:41:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-split-a-spline-into-an-arbitrary-number-of-equal-segments/m-p/11767641#M54552</guid>
      <dc:creator>kacper.suchomski</dc:creator>
      <dc:date>2023-02-20T15:41:25Z</dc:date>
    </item>
  </channel>
</rss>

