over lapping points

   2679   6   0
User Avatar
Member
105 posts
Joined: 11月 2007
Offline
hey guys, probably a simple question but stuck any way…you know when you have points over lapping in stead of using the fuse sop to consolidated them is there a way to but them in a group instead?
thanks
User Avatar
Member
387 posts
Joined: 11月 2008
Offline
For example this way with Fuse SOP set to Snap mode and pointwrangle that creates point group based on distance difference between snapped and unsnapped point positions.

Attachments:
pz_group_overlapping_points.hipnc (101.1 KB)

User Avatar
Member
105 posts
Joined: 11月 2007
Offline
thanks for the example pezetko this helps a lot….
User Avatar
Member
105 posts
Joined: 11月 2007
Offline
Hey pezetko is there another way to get the same result without using the point wrangle? Cause I'm not sure exactly how it works
User Avatar
Member
387 posts
Joined: 11月 2008
Offline
Many different ways.

I rebuild same logic with vopsop and group sop.

First I compare distance between original and fused (snapped) points.
If that distance is bigger then threshold I color those points red and put them in the group. Fuse sop is fetched to second input of pointwrangle/vopsop so the original point position is kept intact.

Attachments:
pz_group_overlapping_points.hipnc (137.5 KB)

User Avatar
Member
105 posts
Joined: 11月 2007
Offline
ya that makes a lot of sence..instead of using code like in the example you provided, just use vops instead thanks again
User Avatar
Member
105 posts
Joined: 11月 2007
Offline
oh thanks for another example this is a lot clearer and easier to follow.. you really helped thanks a lot
  • Quick Links