Determine if Two object interect each other

G

Gary

I am looking if there are methods to determine if a line or arc objects
(which are group) touches another object (which are letters)???

The only way I can think is to determine the equation for the arc or line
objects and determine if the equation interect with the coordinates of the
letter object..

To determine the equation o the arc (drawn from someone else on a stencil)
is a hard task too.

Does anyone what any suggestions???

Thanks,

Gary
 
P

Paul Herber

I am looking if there are methods to determine if a line or arc objects
(which are group) touches another object (which are letters)???

The only way I can think is to determine the equation for the arc or line
objects and determine if the equation interect with the coordinates of the
letter object..

To determine the equation o the arc (drawn from someone else on a stencil)
is a hard task too.

Does anyone what any suggestions???

Look at the page SpatialSearch method and the shape HitTest, Spatial
Relation methods.
 
G

Gary

I just try looking for the page called SpatialSearch method and Spatial
Relation and I can't find it in the pdf document that I downloaded. Can you
help me find it???

If this works, is this a paid item??? I noticed that the download had dll
and exe. Is it good for 30 days or something???


Thanks,

Gary
 
P

Paul Herber

Go to the VBA editor help and type SpatialSearch etc (having just done
so I find it's actually a property, not a method). Also, download the
Visio SDK, look in VisSDK.chm for more information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top