<?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: Get vertex position after flex in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050526#M25427</link>
    <description>I don't understand it either, but that is why (in the other thread) the solution is to take a snapshot - which does happen at the top of the stack and therefore includes all the changes made by the modifiers. &lt;BR /&gt;&lt;BR /&gt;Ahhh - I &lt;B&gt;knew&lt;/B&gt; I'd seen this question before - area.autodesk.com/forum/Autodesk-3ds-Max/maxscript/solved-obtaining-coordinates-of-a-spline-vertex-affected-by-flex/</description>
    <pubDate>Fri, 19 Dec 2008 07:35:18 GMT</pubDate>
    <dc:creator>Steve_Curley</dc:creator>
    <dc:date>2008-12-19T07:35:18Z</dc:date>
    <item>
      <title>Get vertex position after flex</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050521#M25422</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Simple problem, no idea how to solve it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;A line shape has a simple flex modifier applied.&lt;BR /&gt;When I try to get a specific vertex (6) position with getKnotPoint $Line01 1 6, it always returns the vertex position without having the flex modifier applied.&lt;BR /&gt;I probably need to run the getKnotPoint on a edit_spline modifier after the flex modifier?&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Davy</description>
      <pubDate>Fri, 19 Dec 2008 05:30:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050521#M25422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-19T05:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get vertex position after flex</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050522#M25423</link>
      <description>See if &lt;A href="http://area.autodesk.com/forum/Autodesk-3ds-Max/maxscript/light-align-with-vertex-object/" target="_blank"&gt;this thread&lt;/A&gt; helps any.</description>
      <pubDate>Fri, 19 Dec 2008 05:46:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050522#M25423</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2008-12-19T05:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get vertex position after flex</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050523#M25424</link>
      <description>No, not really, I think mine is really Flex related.&lt;BR /&gt;Flex updates the line but when using getKnotPoint, it doesn't go all the way up to Flex so it results in the line vertex position without any Flex applied =(&lt;BR /&gt;&lt;BR /&gt;Davy</description>
      <pubDate>Fri, 19 Dec 2008 06:06:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050523#M25424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-19T06:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get vertex position after flex</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050524#M25425</link>
      <description>Don't ask me what happened there - completely the wrong thread...&lt;BR /&gt;&lt;BR /&gt;I've edited the post above to have the correct link - apologies about that.</description>
      <pubDate>Fri, 19 Dec 2008 06:12:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050524#M25425</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2008-12-19T06:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get vertex position after flex</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050525#M25426</link>
      <description>Nope, that's about vertices from geometry while mine is from a spline.&lt;BR /&gt;&lt;BR /&gt;I don't understand why it won't get the correct vertex position after flex is applied. Looks like flex does not affect the reall position from all vertices?&lt;BR /&gt;&lt;BR /&gt;Davy</description>
      <pubDate>Fri, 19 Dec 2008 07:15:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050525#M25426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-19T07:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get vertex position after flex</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050526#M25427</link>
      <description>I don't understand it either, but that is why (in the other thread) the solution is to take a snapshot - which does happen at the top of the stack and therefore includes all the changes made by the modifiers. &lt;BR /&gt;&lt;BR /&gt;Ahhh - I &lt;B&gt;knew&lt;/B&gt; I'd seen this question before - area.autodesk.com/forum/Autodesk-3ds-Max/maxscript/solved-obtaining-coordinates-of-a-spline-vertex-affected-by-flex/</description>
      <pubDate>Fri, 19 Dec 2008 07:35:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050526#M25427</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2008-12-19T07:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get vertex position after flex</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050527#M25428</link>
      <description>Sweet, works like a charm...&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;Davy</description>
      <pubDate>Fri, 19 Dec 2008 17:45:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/get-vertex-position-after-flex/m-p/4050527#M25428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-19T17:45:39Z</dc:date>
    </item>
  </channel>
</rss>

