Jump to content

excluding Points with specific ID from group


F10

Recommended Posts

Hello all,

I've got a rookie question, probably straight forward, I'm trying to select points which are not in a specified group with a nearpoint function (I'm getting the same result with pcfind and nearpoints).

I've got a series of point 'growing' in a solver creating lines. I've set an integer attribute 'source' before the solver so each connected points have the same source number. Then I need to select the closest point which is not part of the same line when these lines intersect. I've found out that :

 string grp = "!" + itoa(i@source);

should do the trick but it doesnt some how.

I'm missing something here, I'm sure it's straight forward, anyone has any idea?

 

Thanks a lot! cheers

Grouping_Question.hipnc

Screen Shot 2018-09-16 at 17.24.07.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...