LineSegment2d.IntersectWithCurve Method with DrawingCurveSegment object

LineSegment2d.IntersectWithCurve Method with DrawingCurveSegment object

Anonymous
Not applicable
609 Views
1 Reply
Message 1 of 2

LineSegment2d.IntersectWithCurve Method with DrawingCurveSegment object

Anonymous
Not applicable

I'm attempting to find the intersection point between a LineSegment2d Object and a DrawingCurveSegment object unsuccessfully.  Has anybody done something like this in the past that could point me in the right direction?

0 Likes
Accepted solutions (1)
610 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

I managed to sort this out myself.

 

oLineSegment.IntersectWithCurve(oSegment.Geometry)

0 Likes