amadey Posted December 4, 2012 Share Posted December 4, 2012 Hello all. I encountered with one problem. The bottom line, is to draw a line so that they not crossing, and if on a line there is some other line, the get around line. There are two objects (black object), with which line should not crossed. And we must draw a line from one point to another point(red line) but to hold as shown blue line, without crossing. Or as shown in this picture. Colored lines are drawn possible routes, optimal - green line. The gray lines are the boundaries of the zone object. White - object itself. But maybe that the points will be in different positions. I need at least an algorithm. Can you help me? Excuse me for knowledge of English. Quote Link to comment Share on other sites More sharing options...
BIGAL Posted December 5, 2012 Share Posted December 5, 2012 Dont know about an algorithm but the Vl command "intersectwith" or Lisp "Inters" could be used to find intersections and then apply some rules. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.