Ian Juma
IanJuma
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
How to delete using vertical coordinate Oct. 13, 2025, 1:35 a.m.
I have a similar issue, extruded a bunch of planes within a for each loop and now im trying to delete some by height, I used this, "vector bbmax = getbbox_max(0, "");
vector bbmin = getbbox_min(0, "");
f@height = @bbmax_y - @bbmin_y;
if(@height < 400) {
removeprim(0, @primnum, 1);
}"
but its getting rid of all the extruded geo. Please help me solve this, thank you ....I have no idea what I'm doing 😂
vector bbmin = getbbox_min(0, "");
f@height = @bbmax_y - @bbmin_y;
if(@height < 400) {
removeprim(0, @primnum, 1);
}"
but its getting rid of all the extruded geo. Please help me solve this, thank you ....I have no idea what I'm doing 😂