Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I use IntersectWith command I am having problem.
Code is:
Point3dCollection ptColl = new Point3dCollection();
line.IntersectWith(pl2, Intersect.ExtendThis, ptColl, thisGraphicSystemMarker2, otherGraphicSystemMarker2);
ed.WriteMessage("\n" + ptColl.Count);
However ptColl.Count gives 2 although there is only one intersection possiblity. What is the reason?
On the intersection point pl2 doesnt have any vertex.
Thanks.
Solved! Go to Solution.