<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Export spline points]]></title><description><![CDATA[<p dir="auto">Hi, Does anyone know how to use the python interface to export the locations of the points making up a spline that I manually drew on a model?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.zmt.swiss/topic/514/export-spline-points</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 05:15:17 GMT</lastBuildDate><atom:link href="https://forum.zmt.swiss/topic/514.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Feb 2023 23:07:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Export spline points on Wed, 08 Mar 2023 12:20:49 GMT]]></title><description><![CDATA[<p dir="auto">That worked- thanks a lot!</p>
]]></description><link>https://forum.zmt.swiss/post/1575</link><guid isPermaLink="true">https://forum.zmt.swiss/post/1575</guid><dc:creator><![CDATA[LJ]]></dc:creator><pubDate>Wed, 08 Mar 2023 12:20:49 GMT</pubDate></item><item><title><![CDATA[Reply to Export spline points on Thu, 23 Feb 2023 08:59:30 GMT]]></title><description><![CDATA[<p dir="auto">hi,<br />
something like that might work:</p>
<pre><code class="language-python">import s4l_v1.model as model

spline = model.AllEntities()['Spline 1']
points = [p.Value for p in spline.Parameters.Points]

print(points)
</code></pre>
]]></description><link>https://forum.zmt.swiss/post/1564</link><guid isPermaLink="true">https://forum.zmt.swiss/post/1564</guid><dc:creator><![CDATA[Sylvain]]></dc:creator><pubDate>Thu, 23 Feb 2023 08:59:30 GMT</pubDate></item></channel></rss>