<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : 3DPlot Utility</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : ARKANCE (CAD Studio) applications : 3DPlot Utility]]></description>
  <pubDate>Wed, 29 Apr 2026 18:56:11 +0000</pubDate>
  <lastBuildDate>Thu, 02 Feb 2017 14:13:56 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=12202</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[3DPlot Utility :  It depends on what the max....]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12202&amp;PID=34263&amp;title=3dplot-utility#34263</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 12202<br /><strong>Posted:</strong> 02.Feb.2017 at 14:13<br /><br />It depends on what the max. value should be - probably just 0.5.<div>&nbsp;</div><div>Due to the meshing algorithm used it is currently not possible to completely skip/omit nodes.</div>]]>
   </description>
   <pubDate>Thu, 02 Feb 2017 14:13:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12202&amp;PID=34263&amp;title=3dplot-utility#34263</guid>
  </item> 
  <item>
   <title><![CDATA[3DPlot Utility : Thanks for your suggestion.your...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12202&amp;PID=34261&amp;title=3dplot-utility#34261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=703735">chaitu1351</a><br /><strong>Subject:</strong> 12202<br /><strong>Posted:</strong> 02.Feb.2017 at 07:59<br /><br />Thanks for your suggestion.&nbsp;<div>your answer solves half of the problem</div><div><br></div><div>What should write in place of '?' (upper limit of y) in 3Dplot code</div><div><font color="#36455a" size="2">(3Dplot z 0.1 0.5 0.01 0.1 '?' 0.01)</font></div><div><font color="#36455a" size="2"><br></font></div><div><font color="#36455a" size="2">Should I have to replace it by 2*(0.5) (ie., 2*max of x)?</font></div><div><font color="#36455a" size="2"><br></font></div><div><font color="#36455a" size="2">Also in your solution, The values that are greater than 2*x become same points</font></div><div><font color="#36455a" size="2"><br></font></div><div><font color="#36455a" size="2">And I think it might change the curvature.</font></div><div><font color="#36455a" size="2"><br></font></div><div><font color="#36455a" size="2">Is there an option to not to consider those points&nbsp;</font></div><div><font color="#36455a" size="2"><br></font></div><div><font color="#36455a" size="2">Thank you</font></div>]]>
   </description>
   <pubDate>Thu, 02 Feb 2017 07:59:17 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12202&amp;PID=34261&amp;title=3dplot-utility#34261</guid>
  </item> 
  <item>
   <title><![CDATA[3DPlot Utility :  If I understand this correctly,...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12202&amp;PID=34260&amp;title=3dplot-utility#34260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 12202<br /><strong>Posted:</strong> 02.Feb.2017 at 07:43<br /><br />If I understand this correctly, you can just modify your Z function so as Y does not go over 2*X. E.g. this way:<div>&nbsp;</div><div>(defun&nbsp;Z (x y) (list x (min y (* 2.0 x)) (+ x (min y (* 2.0 x)))))</div><div>&nbsp;</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 02 Feb 2017 07:43:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12202&amp;PID=34260&amp;title=3dplot-utility#34260</guid>
  </item> 
  <item>
   <title><![CDATA[3DPlot Utility : I am using 3DPlot Utility for...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12202&amp;PID=34259&amp;title=3dplot-utility#34259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=703735">chaitu1351</a><br /><strong>Subject:</strong> 12202<br /><strong>Posted:</strong> 02.Feb.2017 at 07:14<br /><br />I am using 3DPlot Utility for Surface Generation.&nbsp;<div>In my case, the y&nbsp;upper limit is a function is current x value. Can anyone help solve this problem?</div><div><br></div><div>There is an simple form of my problem</div><div>0.1 &lt; x &lt; 0.5</div><div>0.1 &lt; y &lt; 2*x</div><div>(defun z (x y) (list x y (+ x y)))</div><div><br></div><div>How should write the code for 3D plot&nbsp;</div><div>(3Dplot z 0.1 0.5 0.01 0.1 '?' 0.01)<br></div><div><br></div><div>Thank you</div>]]>
   </description>
   <pubDate>Thu, 02 Feb 2017 07:14:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=12202&amp;PID=34259&amp;title=3dplot-utility#34259</guid>
  </item> 
 </channel>
</rss>