<?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 Nurbssurface question in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283213#M3922</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi to all,&lt;BR /&gt;
&lt;BR /&gt;
I have written this small code&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;Nurbssurface 	2, 	1,	3,	2,
				0, 	0,	0.5,0.5,1, 1, 
				0, 	1,	0,	1,	0, 1, 
				0, 			0.279506, 0, 		1,
				0, 			0.279506, 0.5207,	1,
				0.124078,	0.279488, 0, 		0.990676,
				0.124078,	0.279488, 0.5207,	0.990676,
				0.243544,	0.245977, 0,		1,
				0.243544,	0.245977, 0.5207,	1
&lt;/PRE&gt;

But I´m getting this error message&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;
&lt;B&gt;Too many paraameters at line 1 in the 3D script of the file&lt;/B&gt;
&lt;/BLOCKQUOTE&gt;

I want to know what I have been doing wrong.&lt;BR /&gt;
&lt;BR /&gt;
PS: The file doesn't have anything but that&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 13 Apr 2018 00:21:41 GMT</pubDate>
    <dc:creator>Nader Belal</dc:creator>
    <dc:date>2018-04-13T00:21:41Z</dc:date>
    <item>
      <title>Nurbssurface question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283213#M3922</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi to all,&lt;BR /&gt;
&lt;BR /&gt;
I have written this small code&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;Nurbssurface 	2, 	1,	3,	2,
				0, 	0,	0.5,0.5,1, 1, 
				0, 	1,	0,	1,	0, 1, 
				0, 			0.279506, 0, 		1,
				0, 			0.279506, 0.5207,	1,
				0.124078,	0.279488, 0, 		0.990676,
				0.124078,	0.279488, 0.5207,	0.990676,
				0.243544,	0.245977, 0,		1,
				0.243544,	0.245977, 0.5207,	1
&lt;/PRE&gt;

But I´m getting this error message&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;
&lt;B&gt;Too many paraameters at line 1 in the 3D script of the file&lt;/B&gt;
&lt;/BLOCKQUOTE&gt;

I want to know what I have been doing wrong.&lt;BR /&gt;
&lt;BR /&gt;
PS: The file doesn't have anything but that&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Apr 2018 00:21:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283213#M3922</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2018-04-13T00:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nurbssurface question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283214#M3923</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I think the problem is that you have too many knot_v values. According to the GDL user manual the number of knot values in each direction should be "mu = degree_u + 1 + nu":&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/reference-guide/nurbs-geometry-commands" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/reference-gui ... y-commands"&gt;http://gdl.graphisoft.com/reference-guide/nurbs-geometry-commands&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
In you case that should mean 6 for U direction and 4 for V direction, but for the latter you have 6 as well.&lt;BR /&gt;
&lt;BR /&gt;
But to be honest, I don't think this code was intended for human use. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; I think this was actually created, so that when you import nurbs geometry from a Rhino file as an object, it could generate this code. Of course it is good to know how it works in case you needed to tweak it a bit or something, but I am not sure you'll be able to create a nurbs surface by hand with this command.&lt;BR /&gt;
&lt;BR /&gt;
Good Luck anyways!</description>
      <pubDate>Thu, 19 Apr 2018 16:51:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283214#M3923</guid>
      <dc:creator>Daniel Kovacs</dc:creator>
      <dc:date>2018-04-19T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nurbssurface question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283215#M3924</link>
      <description>Thank you Daniel</description>
      <pubDate>Thu, 03 May 2018 14:23:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283215#M3924</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2018-05-03T14:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Nurbssurface question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283216#M3925</link>
      <description>GDL object called from grasshopper would also be a interesting way to use these nurbs function. Just thinking loud...</description>
      <pubDate>Thu, 03 May 2018 23:07:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Nurbssurface-question/m-p/283216#M3925</guid>
      <dc:creator>leceta</dc:creator>
      <dc:date>2018-05-03T23:07:16Z</dc:date>
    </item>
  </channel>
</rss>

