<?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 Re: Is there a way to get information on a selected Polyline segment in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998758#M2728</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11150561"&gt;@nshupeFMPE3&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;You can use CTRL + Click on a segment of a polyline in order to highlight it. But is there any way to get information about that highlighted segment? Even just being able to get the length of that line segment could be useful. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you need this for? Are you using it as part of a program or just need to know the length? Once you have it selected as you noted, the Properties palette has all that info.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2024 19:52:59 GMT</pubDate>
    <dc:creator>Ed__Jobe</dc:creator>
    <dc:date>2024-09-03T19:52:59Z</dc:date>
    <item>
      <title>Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998486#M2726</link>
      <description>&lt;P&gt;You can use CTRL + Click on a segment of a polyline in order to highlight it. But is there any way to get information about that highlighted segment? Even just being able to get the length of that line segment could be useful.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 17:44:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998486#M2726</guid>
      <dc:creator>nshupeFMPE3</dc:creator>
      <dc:date>2024-09-03T17:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998523#M2727</link>
      <description>&lt;P&gt;With Polyline.GetArcSegment[2d]At()/GetSegment[2d]At() method in conjunction with Polyline.GetSegmentType(), you can get the information you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 17:59:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998523#M2727</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-09-03T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998758#M2728</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11150561"&gt;@nshupeFMPE3&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;You can use CTRL + Click on a segment of a polyline in order to highlight it. But is there any way to get information about that highlighted segment? Even just being able to get the length of that line segment could be useful. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you need this for? Are you using it as part of a program or just need to know the length? Once you have it selected as you noted, the Properties palette has all that info.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 19:52:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998758#M2728</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-09-03T19:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998783#M2729</link>
      <description>&lt;P&gt;Thank you for the help, one question I still have though is how would I know which segment I am interested in? I see that I can iterate through all the segments that way, but if I'm trying to gather information from a particular segment that was selected? I'm unclear on that part&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 20:02:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998783#M2729</guid>
      <dc:creator>nshupeFMPE3</dc:creator>
      <dc:date>2024-09-03T20:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998794#M2730</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14801"&gt;@Ed__Jobe&lt;/a&gt;&amp;nbsp;I need to be able to do more with the info, I just wanted to make as simple a question as to not get to far in the weeds.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But what I'd like would be a user to be able to select a segement from a polyline, and then (and this is my problem to figure out next) keep track of that segment so that I can assign some data that pertains to that segment. For instance a use would select a segment, run the command, and that segments would be assigned "north" or some other piece of data that I need.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I select a single segment and then look at the properties palette, it still shows Length, Area, etc for the entire polyline, not just that segment&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 20:08:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998794#M2730</guid>
      <dc:creator>nshupeFMPE3</dc:creator>
      <dc:date>2024-09-03T20:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998810#M2731</link>
      <description>&lt;P&gt;Your question is quite vague: why you do not know which segment is the target while you are writing code? You should explain under what circumstance you need to determine the target segment. For example, when your code ask user to select polyline y calling Editor.GetEntity() method, which user required user to pick a polyline and returns a PromptEntityResult object (if the PromptStatus is PromptStatus.OK), which is not only includes an ObjectId of the selected entity/polyline, but also includes a property "PickedPoint", indicating where the user is picked. You can use the point to determine which segment of the polyline is picked. Note the point is the center of the mouse cursor, which is not necessarily exactly on the polyline. You need to call Polyline.GetClosestPoint() method to decide where exactly the segment is picked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Again, if it is not your code to ask user to select a polyline, then you really need to explain VERY WELL your case as why/when/how a polyline is selected before you want to identify a segment of the polyline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 20:17:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998810#M2731</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-09-03T20:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998864#M2732</link>
      <description>&lt;P&gt;That might be a problem. A pline stores vertices, not segments. There are no 'properties' for a segment. You would have to calculate the length as a vector vertices(0)-vertices(1). If you wanted to store xdata, I think you have to do it at the entity level. I don't think you can attach it to a vertex. If the first segment is from vertex 0 to vertex 1, then you could attach xdata to the pline as a dotted pair ("0-1" . 1050).&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 20:48:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998864#M2732</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-09-03T20:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998913#M2733</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for the insight. I had forgotten or did not know about the "PickedPoint" property. I think with that and the method you described I could determine which segment of the line the user was selecting.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My apologies for the vagueness, it was not my intent. I wanted to keep the question simple as to not bore or complicate with implementation details.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My goal is to have a user select a polyline (and hopefully thanks to the suggestion determine the segment that was selected); In order to determine the length of that segment and store that data along with other data for our use case. And getting the segment was simply the first step.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 21:07:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12998913#M2733</guid>
      <dc:creator>nshupeFMPE3</dc:creator>
      <dc:date>2024-09-03T21:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12999039#M2734</link>
      <description>&lt;P&gt;Using this code I was able to get the index for the segment that was clicked on by the user. Which in turn means I was able to get the LineSegment3d object and print out the length, a good start!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;[CommandMethod("SegmentTest")]
public void SegmentTest()
{
    Document doc = Application.DocumentManager.MdiActiveDocument;
    Database db = doc.Database;
    Editor ed = doc.Editor;
    
    var selection = ed.GetEntity(new PromptEntityOptions($"\nSelect CFA line:")
    {
        AllowNone = false,
        AllowObjectOnLockedLayer = false,
    });

    if(selection.Status != PromptStatus.OK) return;

    using (Transaction tr = db.TransactionManager.StartOpenCloseTransaction())
    using(Polyline pline = tr.GetObject(selection.ObjectId, OpenMode.ForRead) as Polyline)
    {
        var nearest = pline.GetClosestPointTo(selection.PickedPoint, true);

        var segmentIndex = pline.FindSegmentIndex(nearest);

        if (segmentIndex &amp;lt; 0) return;

        var segmentType = pline.GetSegmentType(segmentIndex);

        switch (segmentType)
        {
            case SegmentType.Line:
                var segment = pline.GetLineSegmentAt(segmentIndex);
                Active.WriteMessage($"{segment.Length}");
                break;
            case SegmentType.Arc:
                break;
            case SegmentType.Coincident:
                break;
            case SegmentType.Point:
                break;
            case SegmentType.Empty:
                break;
            default:
                break;
        }
    }


}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;public static int FindSegmentIndex(this Polyline polyline, Point3d point)
{
    for (int i = 0; i &amp;lt; polyline.NumberOfVertices - 1; i++)
    {
        // Get the start and end points of the current segment
        Point3d startPoint = polyline.GetPoint3dAt(i);
        Point3d endPoint = polyline.GetPoint3dAt(i + 1);

        // Check if the closest point lies on this segment
        if (point.IsPointBetween(startPoint, endPoint))
        {
            return i; // Return the index of the segment
        }
    }

    // If no segment is found (which shouldn't happen), return -1
    return -1;
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="csharp"&gt;public static bool IsPointBetween(this Point3d vertex, Point3d point1, Point3d point2)
{
    // Check if the vertex is collinear with point1 and point2
    Vector3d mainVector = point2 - point1;
    Vector3d vertexVector = vertex - point1;

    // Calculate the cross product to check collinearity
    double crossProduct = mainVector.CrossProduct(vertexVector).Length;
    if (crossProduct &amp;gt; 1e-6) // Allowing a small tolerance for floating-point precision
        return false;

    // Check if the vertex is within the bounds of the segment
    double dotProduct = mainVector.DotProduct(vertexVector);
    if (dotProduct &amp;lt; 0 || dotProduct &amp;gt; mainVector.LengthSqrd)
        return false;

    return true;
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 22:19:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12999039#M2734</guid>
      <dc:creator>nshupeFMPE3</dc:creator>
      <dc:date>2024-09-03T22:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12999047#M2735</link>
      <description>&lt;P&gt;The code for getting segment index according to the point on curve/polyline could be much simple (not necessarily use less computer power to compute):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var index=Convert.ToInt32(Math.Floor(pline.GetParamterAtPoint(ptOnPolyline)));&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 22:30:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12999047#M2735</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-09-03T22:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12999084#M2736</link>
      <description>&lt;P&gt;All of that code to claim you solved the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It only takes a single Line of code to find the index of a polyline segment given a point on it, as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;&amp;nbsp;showed.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 23:01:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/12999084#M2736</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2024-09-03T23:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/13000603#M2737</link>
      <description>&lt;P&gt;My apologies&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476837"&gt;@ActivistInvestor&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I thought I had a solution so I shared it. Given I was unaware of the one liner that was shared, I was simply trying to share a solution that worked so that I didn't need to take up any more time from you guys.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 15:15:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/13000603#M2737</guid>
      <dc:creator>nshupeFMPE3</dc:creator>
      <dc:date>2024-09-04T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/13001256#M2738</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11150561"&gt;@nshupeFMPE3&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;. . .&lt;BR /&gt;I thought I had a solution so I shared it. Given I was unaware of the one liner that was shared, I was simply trying to share a solution that worked so that I didn't need to take up any more time from you guys.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;don't be too sorry that you posted it ; be happy that you may have learned something from Tony and Norman.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;at least your posting was in the spirit of peer to peer support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;consider posting your revised code incorporating your new knowledge, so that others may learn.&lt;/P&gt;&lt;P&gt;then mark that post as&amp;nbsp; your solution&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 20:21:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/13001256#M2738</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2024-09-04T20:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/13001359#M2739</link>
      <description>&lt;P&gt;Here's an example which works whatever the current UCS (PromptEntityResult.PickedPoint is returned in UCS coordinates) and whatever the current view (by using &lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_Curve_GetClosestPointTo_Point3d_Vector3d__MarshalAsUnmanagedType_U1__bool" target="_blank" rel="noopener"&gt;this overload&lt;/A&gt; of Curve.GetClosestPointTo which projects the curve onto the plane defined by the supplied Point3d and Vector3d).&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;public class Commands
{
    [CommandMethod("TEST")]
    public void Test()
    {
        var doc = Application.DocumentManager.MdiActiveDocument;
        var db = doc.Database;
        var ed = doc.Editor;

        var options = new PromptEntityOptions("\nSelect a polyline segment: ");
        options.SetRejectMessage("\nSelected object is not a polyline.");
        options.AddAllowedClass(typeof(Polyline), true);
        var result = ed.GetEntity(options);
        if (result.Status != PromptStatus.OK)
            return;
        var id = result.ObjectId;
        var pickedPoint = result.PickedPoint.TransformBy(ed.CurrentUserCoordinateSystem);

        using (var tr = new OpenCloseTransaction())
        {
            var pline = (Polyline)tr.GetObject(id, OpenMode.ForRead);

            using (var view = ed.GetCurrentView())
            {
                var pointOnPline = pline.GetClosestPointTo(pickedPoint, view.ViewDirection, false);
                int index = (int)pline.GetParameterAtPoint(pointOnPline);

                double GetArcLength(CircularArc2d arc) =&amp;gt;
                    arc.GetLength(arc.GetParameterOf(arc.StartPoint), arc.GetParameterOf(arc.EndPoint));

                string message;
                switch (pline.GetSegmentType(index))
                {
                    case SegmentType.Line:
                        message = $"\nLine segment Index: {index} Length: {pline.GetLineSegment2dAt(index).Length:0.00}";
                        break;
                    case SegmentType.Arc:
                        message = $"\nArc segment Index: {index} Length: {GetArcLength(pline.GetArcSegment2dAt(index)):0.00}";
                        break;
                    default:
                        message = "\nInvalid segment";
                        break;
                }
                ed.WriteMessage(message);
            }

            tr.Commit();
        }
    }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 21:22:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/13001359#M2739</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-09-04T21:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get information on a selected Polyline segment</title>
      <link>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/13001444#M2740</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/529262"&gt;@kerry_w_brown&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4476837"&gt;@ActivistInvestor&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;for the help. I've marked Giles as the solution, as it covers a wide range of scenarios and will be what I will be using. I really need to learn about using/manipulating the coordinate system!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 22:28:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/is-there-a-way-to-get-information-on-a-selected-polyline-segment/m-p/13001444#M2740</guid>
      <dc:creator>nshupeFMPE3</dc:creator>
      <dc:date>2024-09-04T22:28:46Z</dc:date>
    </item>
  </channel>
</rss>

