<?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: STL_Import: import function for STL files</title>
	<atom:link href="http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html</link>
	<description>Open Blog with: Engineering Solutions, Algorithms, Advanced Matlab Source Code and Science related contents</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:08:50 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-746</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Wed, 23 Dec 2009 10:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-746</guid>
		<description>The STL format is defined as:
normal
p1(x,y,z)
p2(x,y,z)
p3(x,y,z)

that&#039;s why we need the normal</description>
		<content:encoded><![CDATA[<p>The STL format is defined as:<br />
normal<br />
p1(x,y,z)<br />
p2(x,y,z)<br />
p3(x,y,z)</p>
<p>that&#8217;s why we need the normal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fran</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-745</link>
		<dc:creator>fran</dc:creator>
		<pubDate>Wed, 23 Dec 2009 08:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-745</guid>
		<description>sir...
why we need the normal of the triangulation before convert it to stl file?</description>
		<content:encoded><![CDATA[<p>sir&#8230;<br />
why we need the normal of the triangulation before convert it to stl file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-673</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Tue, 08 Dec 2009 15:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-673</guid>
		<description>Dear fran

I told you all you need to do the job. 

I can give you hints but I can not make your work. 

If you want we can agree a reasonable payment and I will get your surface reconstruction work. I can get binary or ascii STL file, and you can get your rapid prototyping.

If you are interested contact me on my e-mail

Luigi</description>
		<content:encoded><![CDATA[<p>Dear fran</p>
<p>I told you all you need to do the job. </p>
<p>I can give you hints but I can not make your work. </p>
<p>If you want we can agree a reasonable payment and I will get your surface reconstruction work. I can get binary or ascii STL file, and you can get your rapid prototyping.</p>
<p>If you are interested contact me on my e-mail</p>
<p>Luigi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fran</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-670</link>
		<dc:creator>fran</dc:creator>
		<pubDate>Tue, 08 Dec 2009 10:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-670</guid>
		<description>mmm...
how about this example of surface reconstruction that i get from the matlab file exchange..

http://www.mathworks.com/matlabcentral/fileexchange/22185-surface-reconstruction-from-scattered-points-cloud-part1


what is their triangles_file..?
for node_file..it is the file .MAT?
sorry sir.. i still new in matlab..
i want to try convert it to stl file so that i can fabricate it in RP machine..</description>
		<content:encoded><![CDATA[<p>mmm&#8230;<br />
how about this example of surface reconstruction that i get from the matlab file exchange..</p>
<p><a href="http://www.mathworks.com/matlabcentral/fileexchange/22185-surface-reconstruction-from-scattered-points-cloud-part1" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.mathworks.com/matlabcentral/fileexchange/22185-surface-reconstruction-from-scattered-points-cloud-part1?referer=');">http://www.mathworks.com/matlabcentral/fileexchange/22185-surface-reconstruction-from-scattered-points-cloud-part1</a></p>
<p>what is their triangles_file..?<br />
for node_file..it is the file .MAT?<br />
sorry sir.. i still new in matlab..<br />
i want to try convert it to stl file so that i can fabricate it in RP machine..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-668</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Tue, 08 Dec 2009 08:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-668</guid>
		<description>triangles_file==t

 nodes_files==p

I guess...

Luigi</description>
		<content:encoded><![CDATA[<p>triangles_file==t</p>
<p> nodes_files==p</p>
<p>I guess&#8230;</p>
<p>Luigi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fran</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-666</link>
		<dc:creator>fran</dc:creator>
		<pubDate>Tue, 08 Dec 2009 01:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-666</guid>
		<description>sir..
i already download the file from the website that you give to me..

http://www.mathworks.com/matlabcentral/fileexchange/24400-stlexport 

but i don&#039;t understand what it mean by the &quot;triangles_file&quot;...
can u explain it .....</description>
		<content:encoded><![CDATA[<p>sir..<br />
i already download the file from the website that you give to me..</p>
<p><a href="http://www.mathworks.com/matlabcentral/fileexchange/24400-stlexport" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.mathworks.com/matlabcentral/fileexchange/24400-stlexport?referer=');">http://www.mathworks.com/matlabcentral/fileexchange/24400-stlexport</a> </p>
<p>but i don&#8217;t understand what it mean by the &#8220;triangles_file&#8221;&#8230;<br />
can u explain it &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-648</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Sat, 05 Dec 2009 10:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-648</guid>
		<description>
http://www.mathworks.com/matlabcentral/fileexchange/24400-stlexport

Luigi</description>
		<content:encoded><![CDATA[<p><a href="http://www.mathworks.com/matlabcentral/fileexchange/24400-stlexport" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.mathworks.com/matlabcentral/fileexchange/24400-stlexport?referer=');">http://www.mathworks.com/matlabcentral/fileexchange/24400-stlexport</a></p>
<p>Luigi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fran</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-645</link>
		<dc:creator>fran</dc:creator>
		<pubDate>Sat, 05 Dec 2009 02:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-645</guid>
		<description>i already developed the delaunay 3D triangulation and tri surface from the point cloud. but my problem is how to convert it into the STL file so that it can be read by the RP machine..? can u help me...?</description>
		<content:encoded><![CDATA[<p>i already developed the delaunay 3D triangulation and tri surface from the point cloud. but my problem is how to convert it into the STL file so that it can be read by the RP machine..? can u help me&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-512</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-512</guid>
		<description>You can use my function to read:

&lt;pre lang=&quot;MATLAB&quot;&gt;
[p,t,tnorm]=STL_Import(’link1.stl’,1);
&lt;/pre&gt;

and this function to write:
http://www.mathworks.com/matlabcentral/fileexchange/20922-patch2stl

but I seuggest you to code your own function, using the &quot;fprintf&quot; command is pretty easy.

Luigi</description>
		<content:encoded><![CDATA[<p>You can use my function to read:</p>

<div class="wp_syntax"><div class="code"><pre class="matlab" style="font-family:monospace;"><span style="color: #080;">&#91;</span>p,t,tnorm<span style="color: #080;">&#93;</span>=STL_Import<span style="color: #080;">&#40;</span>’link1.<span style="">stl</span>’,<span style="color: #33f;">1</span><span style="color: #080;">&#41;</span>;</pre></div></div>

<p>and this function to write:<br />
<a href="http://www.mathworks.com/matlabcentral/fileexchange/20922-patch2stl" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.mathworks.com/matlabcentral/fileexchange/20922-patch2stl?referer=');">http://www.mathworks.com/matlabcentral/fileexchange/20922-patch2stl</a></p>
<p>but I seuggest you to code your own function, using the &#8220;fprintf&#8221; command is pretty easy.</p>
<p>Luigi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gav</title>
		<link>http://www.advancedmcode.org/stl_import-import-function-for-stl-files.html/comment-page-1#comment-506</link>
		<dc:creator>Gav</dc:creator>
		<pubDate>Mon, 16 Nov 2009 08:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=307#comment-506</guid>
		<description>yes, thats what i mean, read from binary to ascii!!! thanks</description>
		<content:encoded><![CDATA[<p>yes, thats what i mean, read from binary to ascii!!! thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
