<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convex Hull Import from Qhull to Rhino</title>
	<atom:link href="http://www.legildesign.com/archives/312/feed" rel="self" type="application/rss+xml" />
	<link>http://www.legildesign.com/archives/312</link>
	<description>my work in and out of architecture school.</description>
	<lastBuildDate>Thu, 19 Jan 2012 17:56:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mateusz</title>
		<link>http://www.legildesign.com/archives/312#comment-199</link>
		<dc:creator>Mateusz</dc:creator>
		<pubDate>Tue, 14 Dec 2010 21:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-199</guid>
		<description>Hy i have a problem whit qhull .
i have some objekt ( geometry ) and i need to creat the voronoi system only in the geometry ..
normaly it should work  whit the bbox but it dosent work and the veronoi system are bigger then the gemoetry 
have somboty a idee how to fix it ?

thx</description>
		<content:encoded><![CDATA[<p>Hy i have a problem whit qhull .<br />
i have some objekt ( geometry ) and i need to creat the voronoi system only in the geometry ..<br />
normaly it should work  whit the bbox but it dosent work and the veronoi system are bigger then the gemoetry<br />
have somboty a idee how to fix it ?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.legildesign.com/archives/312#comment-40</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-40</guid>
		<description>Hey Eddie.
The file you need to import to run the script is exported from a program called QHull. It&#039;s free and you can download it at qhull.org. Qhull actually does all mathematical computations to find the convex hull information for the set of points provided. I don&#039;t really want to get into the specifics of how to use the program (theres an online manual at qhull.org), but you will basically need to import a .txt file with the information of the points you wish to evaluate (this can be generated by my Random Points script) and run it in qconvex o format. You can export from qhull a text document with this information, and that is what you will need to use in order for the script to run correctly.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hey Eddie.<br />
The file you need to import to run the script is exported from a program called QHull. It&#8217;s free and you can download it at qhull.org. Qhull actually does all mathematical computations to find the convex hull information for the set of points provided. I don&#8217;t really want to get into the specifics of how to use the program (theres an online manual at qhull.org), but you will basically need to import a .txt file with the information of the points you wish to evaluate (this can be generated by my Random Points script) and run it in qconvex o format. You can export from qhull a text document with this information, and that is what you will need to use in order for the script to run correctly.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://www.legildesign.com/archives/312#comment-39</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-39</guid>
		<description>Hey Luis,

I generated the text file for the geometry using your random points script. Also, I have no idea how to make a qconvex format file. I apologize if this is an ovbios question but your help is well appreciate it.</description>
		<content:encoded><![CDATA[<p>Hey Luis,</p>
<p>I generated the text file for the geometry using your random points script. Also, I have no idea how to make a qconvex format file. I apologize if this is an ovbios question but your help is well appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.legildesign.com/archives/312#comment-38</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sat, 22 Aug 2009 04:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-38</guid>
		<description>Thanks, Eddie.
I&#039;m looking it over and it could be a problem with the text file you are using to generate the geometry. If the text file was generated from qHull in and format other than the qconvex o format then it will not work. Let me know if you still have problems.</description>
		<content:encoded><![CDATA[<p>Thanks, Eddie.<br />
I&#8217;m looking it over and it could be a problem with the text file you are using to generate the geometry. If the text file was generated from qHull in and format other than the qconvex o format then it will not work. Let me know if you still have problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://www.legildesign.com/archives/312#comment-37</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Sat, 22 Aug 2009 01:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-37</guid>
		<description>Hey Luis, great job releasing these kinds of scripts.

I am having some trouble with the script on line 39, something about [Number 1]. i hope you can help me.

agian amazing release.
thanks</description>
		<content:encoded><![CDATA[<p>Hey Luis, great job releasing these kinds of scripts.</p>
<p>I am having some trouble with the script on line 39, something about [Number 1]. i hope you can help me.</p>
<p>agian amazing release.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.legildesign.com/archives/312#comment-36</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 17 Aug 2009 03:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-36</guid>
		<description>Hey Jill.
I&#039;m looking over the script, and there are only 91 lines to it. Did you mean line 18?</description>
		<content:encoded><![CDATA[<p>Hey Jill.<br />
I&#8217;m looking over the script, and there are only 91 lines to it. Did you mean line 18?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jill</title>
		<link>http://www.legildesign.com/archives/312#comment-35</link>
		<dc:creator>Jill</dc:creator>
		<pubDate>Fri, 14 Aug 2009 08:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-35</guid>
		<description>Hi, Luis, nice work, except I still have problems running it, it always show error on line 108, do you know how to fix it?</description>
		<content:encoded><![CDATA[<p>Hi, Luis, nice work, except I still have problems running it, it always show error on line 108, do you know how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.legildesign.com/archives/312#comment-34</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 31 Mar 2009 03:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-34</guid>
		<description>Got it to work, was having trouble with the qconvex o. That seemed to solve it. Thanks.</description>
		<content:encoded><![CDATA[<p>Got it to work, was having trouble with the qconvex o. That seemed to solve it. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.legildesign.com/archives/312#comment-33</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 30 Mar 2009 16:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-33</guid>
		<description>Ryan,
The imported .txt file should be in the qconvex o format for the script to run properly. What error messages are you getting specifically?</description>
		<content:encoded><![CDATA[<p>Ryan,<br />
The imported .txt file should be in the qconvex o format for the script to run properly. What error messages are you getting specifically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.legildesign.com/archives/312#comment-32</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Mon, 30 Mar 2009 04:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.legil.org/wordpress/?p=312#comment-32</guid>
		<description>I continue to have syntax errors with this script. any ideas? I&#039;ve tried various information sets from qhull with no success.</description>
		<content:encoded><![CDATA[<p>I continue to have syntax errors with this script. any ideas? I&#8217;ve tried various information sets from qhull with no success.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

