Message 1 of 2
intersectwith method does not work with arc

Not applicable
12-07-2008
10:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
i m trying to intersect line with an arc.it is not working.however it works with spline.
intpt = NextDimLine.IntersectWith(Ent, acExtendThisEntity)
Debug.Print LBound(intpt)
Debug.Print UBound(intpt)
NextDimLine.EndPoint = intpt
here Ent can be an arc or spline.finding intersection point is needed to extend line to that arc or spline.
The value for LBound(intpt) is 0 and UBound(intpt) is -1.why this happens?.line is in a position to extend to arc.
thank u.
i m trying to intersect line with an arc.it is not working.however it works with spline.
intpt = NextDimLine.IntersectWith(Ent, acExtendThisEntity)
Debug.Print LBound(intpt)
Debug.Print UBound(intpt)
NextDimLine.EndPoint = intpt
here Ent can be an arc or spline.finding intersection point is needed to extend line to that arc or spline.
The value for LBound(intpt) is 0 and UBound(intpt) is -1.why this happens?.line is in a position to extend to arc.
thank u.