Hi
i guess the answer for my question is quite simple, but i have'nt found any.
I've selected a piece of geometry using a bounding box, now i want to select some points inside the Group using a Expression.
… one way to do it is creating a new selection using the Expression and doing a logical Intersection “And”.
but this seems to me quite slow since its checking all Points against the Expression and then doing a “&&” with my boundingbox selection
Is there a way to tell Houdini that he only have to check the Expression inside the selected points ??
thx
Sebastian
Select in Group via Expression
4011 2 2-
- Infernalspawn
- Member
- 229 posts
- Joined: May 2006
- Offline
-
- Aearon
- Member
- 54 posts
- Joined:
- Offline
-
- Antoine Durr
- Member
- 321 posts
- Joined: July 2005
- Offline
InfernalspawnThe problem is that the SOPS by default process all points unless you specify just a group to act on. The group SOP does not, iirc, have a group specifier field at the very top of the parameters dialog. Thus, it is going to evaluate each point for each condition, one of which happens to be an expression, whose bounds are unknown until tested.
Hi
i guess the answer for my question is quite simple, but i have'nt found any.
I've selected a piece of geometry using a bounding box, now i want to select some points inside the Group using a Expression.
… one way to do it is creating a new selection using the Expression and doing a logical Intersection “And”.
but this seems to me quite slow since its checking all Points against the Expression and then doing a “&&” with my boundingbox selection
Is there a way to tell Houdini that he only have to check the Expression inside the selected points ??
thx
Sebastian
– Antoine
-
- Quick Links


