<?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: What's the best approach to get a ring of points on a mesh? in Bifrost Forum</title>
    <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734914#M1393</link>
    <description>&lt;P&gt;I am so confused.&amp;nbsp; I downloaded the dent_bulge example and found the "sample_closest_in_radius_accelerator" node and its "point_index" output is "array&amp;lt;long&amp;gt;".&amp;nbsp; WHAT???!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is mine saying it's "array&amp;lt;array&amp;lt;long&amp;gt;&amp;gt;"?&amp;nbsp; I GIVE UP!&lt;BR /&gt;&lt;BR /&gt;So just out of curiosity, I created another "sample_closest_in_radius_accelerator" node in the dent-bulge graph and sure enough, the point_index output is "array&amp;lt;array&amp;lt;long&amp;gt;&amp;gt;".&amp;nbsp; I REALLY GIVE UP NOW!&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2023 02:44:55 GMT</pubDate>
    <dc:creator>mcw0</dc:creator>
    <dc:date>2023-02-07T02:44:55Z</dc:date>
    <item>
      <title>What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734574#M1386</link>
      <description>&lt;P&gt;I have an island of points.&amp;nbsp; In Maya, if I "shift&amp;gt;", I can expand my selection.&amp;nbsp; After repeating "shift&amp;gt;" a few times and deselecting my original island of points, I'm left with a ring of points.&amp;nbsp; This is what I want.&lt;BR /&gt;&lt;BR /&gt;I see "get_points_in_radius".&amp;nbsp; That appears to return locations (not what I want) and point indices (what I want).&amp;nbsp; And there's also "sample_closest_in_radius_accelerator" which only returns point indices.&amp;nbsp; In either case, if I feed in my island of points, just using a radius will mean I will have to exclude my island points from the resulting indices.&amp;nbsp; Which way is the most efficient for what I want to do?&amp;nbsp; Is there another option I'm not aware of?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 23:09:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734574#M1386</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-06T23:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734586#M1387</link>
      <description>&lt;P&gt;"get_points_in_radius" took awhile but I got what I wanted.&amp;nbsp; I couldn't get the "build_closest_accelerator" to work.&amp;nbsp; How do I set the geo component to points?&amp;nbsp; I left it blank and maybe that's why I'm not getting anything.&amp;nbsp; I would like to speed up the graph so maybe this accelerator is the way to go.&amp;nbsp; Just need to know how to set the geo component.&amp;nbsp; Help?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 23:19:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734586#M1387</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-06T23:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734669#M1388</link>
      <description>&lt;P&gt;My next problem:&lt;BR /&gt;&lt;BR /&gt;Now that I have my indices from "get_points_in_radius", this also contains indices for the original island of points.&amp;nbsp; I tried "remove_from_array" to remove the original indices.&amp;nbsp; But nothing happened.&amp;nbsp; My point scope is still showing the results from "get_points_in_radius".&amp;nbsp; I was expecting to get a ring of points around my original island.&amp;nbsp; What did I do wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 23:52:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734669#M1388</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-06T23:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734824#M1389</link>
      <description>&lt;P&gt;So geo component should be set to "point_component".&amp;nbsp; Much faster than the "get_points_in_radius".&amp;nbsp; Still don't know why I can't remove my original array of indices from the resulting array of indices.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 01:17:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734824#M1389</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-07T01:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734864#M1390</link>
      <description>&lt;P&gt;I just noticed that the point index output type of both the "get_points_in_radius" and the "sample_closest_in_radius_accelerator" are "array&amp;lt;array&amp;lt;long&amp;gt;&amp;gt;".&amp;nbsp; Why a double array?&amp;nbsp; Now this propagates throughout my graph.&amp;nbsp; Is this why I'm not getting what I expect?&amp;nbsp; How do I convert this output to just "array&amp;lt;long&amp;gt;"?&amp;nbsp; Or do I need to?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 01:50:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734864#M1390</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-07T01:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734872#M1391</link>
      <description>&lt;P&gt;This is so frustrating.&amp;nbsp; I could've coded this hours ago in MEL.&amp;nbsp; It would be really slow but at least the code would be done.&amp;nbsp; Then maybe I can use ChatGPT to convert it to Bifrost.&amp;nbsp; LOL!!!&lt;BR /&gt;&lt;BR /&gt;I have an island of points as my starting data set.&amp;nbsp; I want to get a falloff ring of points around that island.&amp;nbsp; That's it.&amp;nbsp; Really simple.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 02:00:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734872#M1391</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-07T02:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734895#M1392</link>
      <description>&lt;P&gt;I tried connecting the resulting point_index to my output and then printing the values.&amp;nbsp; And found out that it's a "compound with mixed type elements"!&amp;nbsp; Is this why I couldn't use "remove_from_array" to get the indices of only the ring points?&amp;nbsp; How do I convert this compound output to something useable?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 02:22:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734895#M1392</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-07T02:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734914#M1393</link>
      <description>&lt;P&gt;I am so confused.&amp;nbsp; I downloaded the dent_bulge example and found the "sample_closest_in_radius_accelerator" node and its "point_index" output is "array&amp;lt;long&amp;gt;".&amp;nbsp; WHAT???!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is mine saying it's "array&amp;lt;array&amp;lt;long&amp;gt;&amp;gt;"?&amp;nbsp; I GIVE UP!&lt;BR /&gt;&lt;BR /&gt;So just out of curiosity, I created another "sample_closest_in_radius_accelerator" node in the dent-bulge graph and sure enough, the point_index output is "array&amp;lt;array&amp;lt;long&amp;gt;&amp;gt;".&amp;nbsp; I REALLY GIVE UP NOW!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 02:44:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11734914#M1393</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-07T02:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11735162#M1394</link>
      <description>&lt;P&gt;Is this what you want?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 05:41:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11735162#M1394</guid>
      <dc:creator>sepu6</dc:creator>
      <dc:date>2023-02-07T05:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11735189#M1395</link>
      <description>&lt;P&gt;I was able to get as far as what you've shown.&amp;nbsp; What I want is to subtract the starting island of points and end up only with the ring.&amp;nbsp; Let's say the island of points is full value of 1.&amp;nbsp; And the ring falls off to zero over a set distance.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 06:08:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11735189#M1395</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-07T06:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11736751#M1396</link>
      <description>&lt;P&gt;A good night's sleep does wonders.&amp;nbsp; So the issue with point_indices being an "array&amp;lt;array&amp;lt;long&amp;gt;&amp;gt;" is because my input is an array of points.&amp;nbsp; So the output is an array for each point.&amp;nbsp; I thought it would concatenate and remove duplicates and output only one array.&amp;nbsp; Ok, so feeling better today.&amp;nbsp; Fingers crossed.&lt;BR /&gt;&lt;BR /&gt;And there just happens to be a "sort_array_and_remove_duplicates"!&amp;nbsp; It's almost as if someone encountered my issue before.&amp;nbsp; LOL&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 16:24:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11736751#M1396</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-07T16:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11736872#M1397</link>
      <description>&lt;P&gt;Just control that with a fcurve&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="maya_t8GEYRgTVi.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1173014i622EED9E3CC994D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="maya_t8GEYRgTVi.png" alt="maya_t8GEYRgTVi.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 16:58:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11736872#M1397</guid>
      <dc:creator>sepu6</dc:creator>
      <dc:date>2023-02-07T16:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11737082#M1398</link>
      <description>&lt;P&gt;FINALLY!&amp;nbsp; What a nightmare!&amp;nbsp; I can't believe there isn't a node to just subtract one array from another.&amp;nbsp; Meaning, do a difference of 2 arrays.&amp;nbsp; The "remove_from_array" is based on indices.&amp;nbsp; WHY?!&amp;nbsp; Why the extra step to get the indices you want to remove?&amp;nbsp; Why not just remove the value?&amp;nbsp; Simple, straightforward.&amp;nbsp; UGH!!!&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FINALLY.png" style="width: 902px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1173057i2824761DCF9D3037/image-size/large?v=v2&amp;amp;px=999" role="button" title="FINALLY.png" alt="FINALLY.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 18:02:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11737082#M1398</guid>
      <dc:creator>mcw0</dc:creator>
      <dc:date>2023-02-07T18:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: What's the best approach to get a ring of points on a mesh?</title>
      <link>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11737142#M1399</link>
      <description>&lt;P&gt;There is probably a more straightforward/easier way to do what you want but if you do not share what you got then I'm just playing the guessing game ...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 18:25:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/bifrost-forum/what-s-the-best-approach-to-get-a-ring-of-points-on-a-mesh/m-p/11737142#M1399</guid>
      <dc:creator>sepu6</dc:creator>
      <dc:date>2023-02-07T18:25:21Z</dc:date>
    </item>
  </channel>
</rss>

