aichboujn Posted April 19, 2018 Share Posted April 19, 2018 Hello All! I'm a Houdini Noob and I've been working on creating a building for the past couple weeks. I created a randomize feature that would set 4 different window styles to a grid and would randomly pick a window to generate onto the building. What I've realized is that I would like the base floor (first floor) to be only for doors. I tried setting up a group range node that would group the first floor points (it's currently based off of the number of windows -- so that the first floor group would always remain consistent) but I've been racking my brain trying to figure out if there's a way to copy the window points specifically to just the second floor and beyond, then set the doors to the first floor group of points. hopefully that made sense, I'll attach my file -- but forgive me if it's a hot mess right now. Thanks! build_0418.hipnc Quote Link to comment Share on other sites More sharing options...
davpe Posted April 20, 2018 Share Posted April 20, 2018 what you can do is to create a group of template points where you want to have doors (by bounding box for instance). then based on group membership, override the attribute number you've created before for windows (so that all the door template points have the same number). then if the attribute number is the one you've generated for the doors, pick a door shape instead of window. that's in short how i'd go about it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.