find points thats belongs to more than N primitives

   617   1   1
User Avatar
Member
11 posts
Joined: April 2015
Offline
hi, as in topic
how to find points that belongs to more than 2 primitives?
trying to google something but cant find answer, and i guess it should be quite simple,

edit:
guess neighbourcount is the answer

thanks
Edited by sadaih - March 25, 2023 05:57:27
User Avatar
Member
900 posts
Joined: Feb. 2016
Offline
Probably better and safer to use the pointprims() function, that returns an array of the primitives associated with the iterating point.
Then you can check the len() of the array to get the number of prims.

I think neighbourcount can lead you to some issue, but this is just guess because I don't know what kind of geometry you are checking
  • Quick Links