Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
PZProgramming Zombie PZ07/11/2024
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,