Author Topic: Finding intersections  (Read 1897 times)

0 Members and 1 Guest are viewing this topic.

Humbertogo

  • Guest
Finding intersections
« on: August 28, 2006, 02:25:28 AM »
How Finding intersections between two entities
For Example
 LEADER and a CIRCLE kind of balloon
 LEADER and a Block

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: Finding intersections
« Reply #1 on: August 28, 2006, 02:28:31 AM »
Have a look at "intersection" in the vba ref' doc's, in particular 'intersectWith' function. I think there is just the example you're looking for ;)
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

Humbertogo

  • Guest
Re: Finding intersections
« Reply #2 on: August 28, 2006, 04:33:02 AM »
thanks for the information