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
find points thats belongs to more than N primitives
764 1 1- sadaih
- Member
- 11 posts
- Joined: 4月 2015
- Offline
- Andr
- Member
- 899 posts
- Joined: 2月 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
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