<?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) : Help with 3DPlot</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Help with 3DPlot]]></description>
  <pubDate>Wed, 10 Jun 2026 16:07:12 +0000</pubDate>
  <lastBuildDate>Tue, 17 Jul 2012 09:36:40 +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=8020</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[Help with 3DPlot : Hi,your function definition is...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=8020&amp;PID=20935&amp;title=help-with-3dplot#20935</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> 8020<br /><strong>Posted:</strong> 17.Jul.2012 at 09:36<br /><br />Hi,&nbsp;your function definition is not properly formated in AutoLISP syntax. Assuming you want to draw Z = cos(x) + sin(x), the proper syntax is:<DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">(defun myFunc (x y) (list x y (+ (cos x) (cos y))))</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>This will draw a part of a 3D sphere.</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jul 2012 09:36:40 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=8020&amp;PID=20935&amp;title=help-with-3dplot#20935</guid>
  </item> 
  <item>
   <title><![CDATA[Help with 3DPlot : Hi I am pretty new to AutoCad...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=8020&amp;PID=20653&amp;title=help-with-3dplot#20653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=288744">joefromhersey</a><br /><strong>Subject:</strong> 8020<br /><strong>Posted:</strong> 24.Jun.2012 at 02:37<br /><br />Hi I am pretty new to AutoCad and need some help plotting 3D surfaces from mathematical functions. I downloaded the 3DPlot utility and followed the instructions from this site: http://www.cadstudio.cz/en/apps/3dplot/.<br><br>I defined a shape myFunc using:<br>(defun myFunc (x y) (list x y (cos(x)+cos(y))))<br><br>However when I try to plot using:<br>(3DPlot myFunc -1.0 1.0 0.1 -1.0 1.0 0.1)<br><br>I get this error:<br>error: bad function: -1.0<br><br>What am I doing wrong? Also would it be possible for me to get repeating units of the function cos(x)+cos(y)?<br><br>]]>
   </description>
   <pubDate>Sun, 24 Jun 2012 02:37:04 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=8020&amp;PID=20653&amp;title=help-with-3dplot#20653</guid>
  </item> 
 </channel>
</rss>