<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Point belongs to an arc? in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952202#M56928</link>
    <description>How can I find out whether a point belongs to a line or not. Say, if I want to find out whether a point lies on a line, I compare the length of the line and the sum of the distances between the point and the start and end points of the line. Can't think of any way to find that out for an arc.</description>
    <pubDate>Thu, 12 Feb 2004 00:54:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-02-12T00:54:20Z</dc:date>
    <item>
      <title>Point belongs to an arc?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952202#M56928</link>
      <description>How can I find out whether a point belongs to a line or not. Say, if I want to find out whether a point lies on a line, I compare the length of the line and the sum of the distances between the point and the start and end points of the line. Can't think of any way to find that out for an arc.</description>
      <pubDate>Thu, 12 Feb 2004 00:54:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952202#M56928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-12T00:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Point belongs to an arc?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952203#M56929</link>
      <description>Sorry, I want to know whether a point belongs to an ARC or not</description>
      <pubDate>Thu, 12 Feb 2004 00:55:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952203#M56929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-12T00:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Point belongs to an arc?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952204#M56930</link>
      <description>if distance from point to radius point = radius AND startangle &amp;lt;
pointangle &amp;lt; endangle (for counterclockwise arcs) then point lies on
arc.
test for CC or CCW arcs will be required.

HTH,
Jeff

"mgrigoriev" &lt;NOSPAM&gt; wrote in message
news:29349322.1076547291063.JavaMail.jive@jiveforum1.autodesk.com...
&amp;gt; How can I find out whether a point belongs to a line or not. Say, if I
want to find out whether a point lies on a line, I compare the length of
the line and the sum of the distances between the point and the start
and end points of the line. Can't think of any way to find that out for
an arc.&lt;/NOSPAM&gt;</description>
      <pubDate>Thu, 12 Feb 2004 01:11:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952204#M56930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-12T01:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Point belongs to an arc?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952205#M56931</link>
      <description>Thank you. These two conditions sound right. I just hope they are enough. I'll test it with different arcs.</description>
      <pubDate>Mon, 16 Feb 2004 16:56:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/point-belongs-to-an-arc/m-p/952205#M56931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-16T16:56:27Z</dc:date>
    </item>
  </channel>
</rss>

