<?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[Nearest point to a spline]]></title><description><![CDATA[<p dir="auto">Given a spline and a point. How can I find the point on the spline which is nearest to the given point?</p>
<p dir="auto">I would like to do that from Python.</p>
]]></description><link>https://forum.zmt.swiss/topic/15/nearest-point-to-a-spline</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 04:37:49 GMT</lastBuildDate><atom:link href="https://forum.zmt.swiss/topic/15.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 May 2017 09:50:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nearest point to a spline on Wed, 31 May 2017 12:20:14 GMT]]></title><description><![CDATA[<p dir="auto">got it:</p>
<pre><code>wire = GetWires(spline)[0]
curve = wire.GetGeometry(transform_to_model_space=True)
law = curve.GetLaw()
t0 = curve.MinDistParameter(point_start)</code></pre>
]]></description><link>https://forum.zmt.swiss/post/23</link><guid isPermaLink="true">https://forum.zmt.swiss/post/23</guid><dc:creator><![CDATA[Sylvain]]></dc:creator><pubDate>Wed, 31 May 2017 12:20:14 GMT</pubDate></item></channel></rss>