Get vertex associated with the point

   1428   2   1
User Avatar
Member
38 posts
Joined: Sept. 2014
Offline
I'm currently having issues with verts. How would i be able to import or find out the neighbouring verts within a vertex VOP?


Or even if i was in a point VOP, how would i be able to easily find out what vertices are associated with this point?

Thanks

Attachments:
verts.PNG (3.9 KB)

User Avatar
Member
359 posts
Joined: April 2017
Offline
I don't know what the VOP equivalent is if there even is one, but you can get this information from a wrangle using pointvertices() given a point, or vertexprev() and vertexnext() if you're looking for neighboring vertices.
MOPs (Motion Operators for Houdini): http://www.motionoperators.com [www.motionoperators.com]
User Avatar
Member
38 posts
Joined: Sept. 2014
Offline
Amazing thank you! i knew there was primvertex() but didnt notice pointvertices().
  • Quick Links