@Matthieu_from_NAVINN wrote:
Hi,
I'm trying to find the intersection between two limited lines.
I tried this example and replaced the option finiteSegments with true:Rhino.Geometry.Intersect.Intersection.LineLine(lineA, lineB, a, b, 0, True)
but it does not work: the two lines are considered intersecting even if they don't touch each other...
How could I do this?
thanks
Posts: 2
Participants: 1