<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How to extract all points from an implicitplot3d structure</title>
    <link>http://www.mapleprimes.com/questions/144358-How-To-Extract-All-Points-From-An-Implicitplot3d</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 07:17:43 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 07:17:43 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to extract all points from an implicitplot3d structure</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to extract all points from an implicitplot3d structure</title>
      <link>http://www.mapleprimes.com/questions/144358-How-To-Extract-All-Points-From-An-Implicitplot3d</link>
    </image>
    <item>
      <title>Interpolation</title>
      <link>http://www.mapleprimes.com/questions/144358-How-To-Extract-All-Points-From-An-Implicitplot3d?ref=Feed:MaplePrimes:How to extract all points from an implicitplot3d structure:Comments#answer144370</link>
      <itunes:summary>&lt;p&gt;From the help page for implicitplot3d:&lt;/p&gt;
&lt;p&gt;"It uses an numerical algorithm based on triangulation into tetrahedrons combined with simple interpolation."&lt;/p&gt;
&lt;p&gt;I guess the plotting interface is doing the interpolation and the resulting points are not available. That may be the reason that isosurface structures are not handled by plottools:-getdata. &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;From the help page for implicitplot3d:&lt;/p&gt;
&lt;p&gt;"It uses an numerical algorithm based on triangulation into tetrahedrons combined with simple interpolation."&lt;/p&gt;
&lt;p&gt;I guess the plotting interface is doing the interpolation and the resulting points are not available. That may be the reason that isosurface structures are not handled by plottools:-getdata. &lt;/p&gt;</description>
      <guid>144370</guid>
      <pubDate>Fri, 08 Mar 2013 22:10:25 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Without implicitplot3d (in any case, for the connected sets)…</title>
      <link>http://www.mapleprimes.com/questions/144358-How-To-Extract-All-Points-From-An-Implicitplot3d?ref=Feed:MaplePrimes:How to extract all points from an implicitplot3d structure:Comments#answer144371</link>
      <itunes:summary>&lt;p&gt;The Draghilev method for F(x,y,z)=0. Many points with good precision (v&lt;span class="hps"&gt;ariants with&lt;/span&gt; &lt;span class="hps"&gt;h&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;h1&lt;/span&gt;).&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=144371/455620/diffanimationAA.mw"&gt;diffanimationAA.mw&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The Draghilev method for F(x,y,z)=0. Many points with good precision (v&lt;span class="hps"&gt;ariants with&lt;/span&gt; &lt;span class="hps"&gt;h&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;h1&lt;/span&gt;).&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=144371/455620/diffanimationAA.mw"&gt;diffanimationAA.mw&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>144371</guid>
      <pubDate>Fri, 08 Mar 2013 22:12:44 Z</pubDate>
      <itunes:author>one_man</itunes:author>
      <author>one_man</author>
    </item>
    <item>
      <title>2.5e-2 is too restrictive</title>
      <link>http://www.mapleprimes.com/questions/144358-How-To-Extract-All-Points-From-An-Implicitplot3d?ref=Feed:MaplePrimes:How to extract all points from an implicitplot3d structure:Comments#answer144372</link>
      <itunes:summary>&lt;p&gt;Try raising your cutoff value of 2.5e-2 to 0.3 or 0.4. Then you can really see the points from which it is interpolating the surface. You can see a collection of points on each side of the surface such that the surface lies neatly between them. It might also be instructive to vary the &lt;strong&gt;symbolsize&lt;/strong&gt; of your plotted points, with points closer to the surface plotted larger. This might give more of a clue as to how the algorithm works.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Try raising your cutoff value of 2.5e-2 to 0.3 or 0.4. Then you can really see the points from which it is interpolating the surface. You can see a collection of points on each side of the surface such that the surface lies neatly between them. It might also be instructive to vary the &lt;strong&gt;symbolsize&lt;/strong&gt; of your plotted points, with points closer to the surface plotted larger. This might give more of a clue as to how the algorithm works.&lt;/p&gt;</description>
      <guid>144372</guid>
      <pubDate>Fri, 08 Mar 2013 22:45:15 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
    <item>
      <title>Thank you</title>
      <link>http://www.mapleprimes.com/questions/144358-How-To-Extract-All-Points-From-An-Implicitplot3d?ref=Feed:MaplePrimes:How to extract all points from an implicitplot3d structure:Comments#comment144522</link>
      <itunes:summary>&lt;p&gt;Now I understand that it is not possible (at least not efficient) to try to extract points on the surface from the plot structure. &lt;span&gt; Draghilev method&lt;/span&gt; (one-man) is a good suggestion.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Now I understand that it is not possible (at least not efficient) to try to extract points on the surface from the plot structure. &lt;span&gt; Draghilev method&lt;/span&gt; (one-man) is a good suggestion.&lt;/p&gt;</description>
      <guid>144522</guid>
      <pubDate>Tue, 12 Mar 2013 19:06:00 Z</pubDate>
      <itunes:author>Adri van der Meer</itunes:author>
      <author>Adri van der Meer</author>
    </item>
  </channel>
</rss>