Jump to content

Group By Bounding Object Problem


MIguel P

Recommended Posts

Try to generate a isooffset and then use the resultant object for grouping.

Other ways of doing it is to loop through the objects and add the grouping results (slow!), or implement something in VEX.

I wish SESI would make the possibility of using intersecting objects for grouping... There are lots of cases where I need it!

Link to comment
Share on other sites

Could you attribute transfer an attribute value for the points at the center of the spheres and then put a threshold expression in the group sop to pick points with a non-zero attribute

I know I can do that, but what I want is to select with random size, and the thresold parameter transfer attributes with uniform radius.

Link to comment
Share on other sites

Why don't you use polygonal objects, piped through a cookie sop as your bounding object solution?

Edit: oh yeah, I see that you might be using lots of particles. Well - IsoOffset could do the job than, as danielpferreira suggested.

btw, What do you mean, by

select with random size
? Select random values? Select with random threshold? Well - you could equally transfer random valued attributes onto your points of interest and then select them with some, again, randomized expression, no?

rrr

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...