• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Member
    dan.popescu
    Posts: 5
    Registered: ‎03-31-2011

    How to extract the intersection points between a polyline and another?

    189 Views, 1 Replies
    09-16-2011 08:01 AM

    Hello,

    I have some experience with Vb.net.

    But I have a problem:

    I have a polyline

    I select it

    The result to be a message box with the intersection points for all the lines, polylines that intersect this polyline.

     

    Can somebody point me to the right direction?

    Thanks

    Please use plain text.
    Valued Contributor
    FFlix
    Posts: 87
    Registered: ‎11-15-2011

    Re: How to extract the intersection points between a polyline and another?

    01-16-2012 01:32 PM in reply to: dan.popescu

    hi dan

     

    have you tried making the selected polyline the 'fence' in a fence selection? (refer to the developer's guide for selecting objects in the drawing area.)

     

    a. you could apply a selction filter depending on whether there are any specific objects you are looking for, and b. i'd imagine you can then go on identify the selected object types and use their respective intersect method(s) to get the sought info.

     

    felix

    Please use plain text.