No... I apologize for my terseness. I have an application that takes all
shapes and makes a layer for the original shapes and another layer for
segmentized facsimiles of the original shapes.
In one application mode, I hide the originals and allow edits to the
DrawPolyLined versions of those originals. My app automatically selects the
DrawLine Tool from the toolbar so that now all of the segmented shapes have
the familiar little green diamonds at each vertex.
This condition allows the user to click on one of the diamonds to make it a
nice magenta color. This is standard Visio behavior.
My question is, other than trapping for MouseDown (which I've now completed)
and doing a nearest neighbor search, can I find a quicker way to locate that
magenta vertex that they selected?
Thank you.
AlEdlund said:
it would appear our question is related to 3d visualization?
al