Hi all,
I wanted to select the edges as shown in below images. I use Extension.SelectByRay() Method.
The below code is the exact I'm using but it selects the edge highlighted in image 1. Help me to resolve.
swActiveDoc.Extension.SelectByRay(0.0025, 0, 0, 0, 0, 0, 0.001, swSelectType_e.swSelEDGES, True, 0, 0) swActiveDoc.Extension.SelectByRay(0.01, 0, 0, 0, 0, 0, 0.001, swSelectType_e.swSelEDGES, True, 0, 0)
Thanks in Advance.