Jump to content

VEX points edge selection issue.


Vexster

Recommended Posts

Hi guys, I have a simple problem that i can't find robust solution for.

 

Using VEX and pcopen, I can select the corner points on a box no problem.

int cornerPointCloud = pcopen(0,"P",@P,1.1,100);
if(pcnumfound(cornerPointCloud)>4)
{    
    setpointgroup(0, "bottomCornerPoints", @ptnum,1, "set");
}


image.png.afb53fd4ac3155fdaa03a36d8857a945.png

 

 

What I actually want is to be able to select the entire edge, like this. Any idea guys?

image.png.580aa3898c7fcc3a7a1fb93ef206aef8.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...