<?xml version="1.0" encoding="ISO-8859-15"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://www.shapeways.com/forum/index.php">
  <title>Shapeways: Bring your creativity to life in 3D</title>
  <link>http://www.shapeways.com/forum/index.php</link>
  <description>Shapeways: Bring your creativity to life in 3D</description>
  <items>
    <rdf:Seq>
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25362&amp;th=4868#msg_25362" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25412&amp;th=4868#msg_25412" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25431&amp;th=4868#msg_25431" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25432&amp;th=4868#msg_25432" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25434&amp;th=4868#msg_25434" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25362&amp;th=4868#msg_25362">
  <title>Materials list</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25362&amp;th=4868#msg_25362</link>
  <description><![CDATA[Hi all,<br />
<br />
I have a question about the materials I get when I call the 'getPrinters' function.<br />
<br />
The xml output is roughly the following (without all the namespaces):<br />
<br />
&lt;item type=&quot;Material&quot;&gt;<br />
  &lt;id type=&quot;integer&quot;&gt;31&lt;/id&gt;<br />
  &lt;title type=&quot;string&quot;&gt;Gold Plated Matte&lt;/title&gt;<br />
  &lt;description type=&quot;string&quot;/&gt;<br />
  &lt;base_color nil=&quot;true&quot;/&gt;<br />
  &lt;specular_color nil=&quot;true&quot;/&gt;<br />
  &lt;shineness nil=&quot;true&quot;/&gt;<br />
  &lt;opacity nil=&quot;true&quot;/&gt;<br />
  &lt;translucency nil=&quot;true&quot;/&gt;<br />
  &lt;refractive_index nil=&quot;true&quot;/&gt;<br />
  &lt;startup_cost type=&quot;float&quot;&gt;0&lt;/startup_cost&gt;<br />
&lt;/item&gt;<br />
<br />
Seems to me there is a lot of information missing per material, currently I'm making an app to let users create 3d models for shapeways and would like to have the following options:<br />
<br />
- base_color (in order to preview the materials color on the model)<br />
- startup_cost<br />
- cost_per_cm3<br />
<br />
It would be nice to give the user an insight in the costs based on material and size selection, before uploading the entire model.<br />
<br />
Is this possible?<br />
<br />
<br />
Kind regards,<br />
<br />
Sjoerd van den Berg.]]></description>
  <dc:subject></dc:subject>
  <dc:creator>sjorro</dc:creator>
  <dc:date>2011-03-28T14:31:11-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25412&amp;th=4868#msg_25412">
  <title>Re: Materials list</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25412&amp;th=4868#msg_25412</link>
  <description><![CDATA[Hey Sjoerd,<br />
<br />
Yes it is possible to get the price. You have to use &quot;getModelPrice&quot; for that. Please see API doc for more info.<br />
<br />
The reason it is interactive is because the price model is not completely linear for some materials. For instance we charge startup costs, cost for the 1st cm3 or a density discount for larger parts. It is best that you use the Shapeways price calculation algorithm for that available through &quot;getModelPrice&quot;.<br />
<br />
The missing base colors is a mistake on our part. I will ask to have that fixed asap.<br />
<br />
What are you trying to create using the Shapeways API?<br />
<br />
Let me know if you need more help!<br />
<br />
Best,<br />
<br />
Robert]]></description>
  <dc:subject></dc:subject>
  <dc:creator>robert</dc:creator>
  <dc:date>2011-03-29T15:56:16-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25431&amp;th=4868#msg_25431">
  <title>Re: Materials list</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25431&amp;th=4868#msg_25431</link>
  <description><![CDATA[Hi Robert,<br />
<br />
Thanks for the tip!<br />
<br />
I don't think i can state online what I'm creating (due to secracy issues, and what not), but it's in close communication with shapeways (the dutch department, if I'm not mistaken).<br />
<br />
You'll see it online soon <img src="http://www.shapeways.com/forum/images/smiley_icons/icon_wink.gif" border=0 alt="Wink"><br />
<br />
]]></description>
  <dc:subject></dc:subject>
  <dc:creator>sjorro</dc:creator>
  <dc:date>2011-03-30T08:39:41-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25432&amp;th=4868#msg_25432">
  <title>Re: Materials list</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25432&amp;th=4868#msg_25432</link>
  <description><![CDATA[Heya Sjorro,<br />
<br />
be sure to let us know when you are ready to launch so we can spread the word...<br />
<br />
]]></description>
  <dc:subject></dc:subject>
  <dc:creator>bitstoatoms</dc:creator>
  <dc:date>2011-03-30T11:26:29-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25434&amp;th=4868#msg_25434">
  <title>Re: Materials list</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25434&amp;th=4868#msg_25434</link>
  <description><![CDATA[I'll do that, thank you! <img src="http://www.shapeways.com/forum/images/smiley_icons/icon_smile.gif" border=0 alt="Smile">]]></description>
  <dc:subject></dc:subject>
  <dc:creator>sjorro</dc:creator>
  <dc:date>2011-03-30T12:02:07-00:00</dc:date>
</item>
</rdf:RDF>