Search the Community
Showing results for tags 'connect points'.
-
Hi guys, I would like to connect some points based on their "ptnum", using an attribute called "id". The problem is it doesn't work. How can I fix it? Thanks for helping. Connect Points.hip
-
Hello; I would like to connect some points (generated by a POP net), so I add an "ADD" SOP. In the "By Group" tab, I used the "id" attribute, but it doesn't work. How can I fix it? Thanks for helping. AddSOP.hip
- 2 replies
-
- add sop
- connect points
-
(and 1 more)
Tagged with:
-
connect points Connect points by logical distance
XJIOR_UA posted a topic in General Houdini Questions
Hello, everyone! I need to connect all points from one scattered geometry with other one by distance. In example file i'm trying to find closest point and connect both of them by curve, using add sop. But for several points on first geometry pcopen vex function finds the same point on another geometry. I need some logic in vex code to avoid that. For example, if first point on first geo gets closest point on another geo then next point will get next point, which ordered by distance. Thanks. I hope for your help. Connect_Points.hipnc