Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

How to make horizontal slats with diffusing shade?

asked 2017-02-09 17:48:21 -0500

Determinant's avatar

updated 2017-04-01 11:06:06 -0500

I'm trying to model fixed slats at arbitrary angles that have been covered up by diffusing roller shades. Is there a workflow of radiance routines (e.g. genblinds, xform, etc.) that can make this a simple procedure?

I was working on this question here, but that thread is now focussed on work-arounds in WINDOW.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-02-09 22:51:39 -0500

Yeah you just sorta listed the workflow of Radiance routines in your question. =)

genblinds is a nice way to generate venetian blind slat type thingys, and it's pretty configurable (e.g. slat dimensions, spacing, and angle are all arguments to it). And then yes xform can easily transform the resultant geometry to a specific location of the model, and you can "instance" the genblind-created geometry all over the place, with minimal memory impact.

edit flag offensive delete link more

Comments

So a single scene (.rad) file with both the blind matl, genblinds command into xform and the diffusing shade matl and geometry? (consider me a nube)

Determinant's avatar Determinant  ( 2017-02-11 17:10:39 -0500 )edit

You could do that, yeah. I usually have the materials in a separate file (or files) and just make sure I call those first when I make the octree, so they are defined before oconv reads in the geometry files that reference them. But yeah you could have a single file that defines the blinds and shades, and then reference that file (again via xform) throughout your model with a series of other xform calls that array the things around the place. Make sense?

rpg777's avatar rpg777  ( 2017-02-16 14:50:41 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2017-02-09 17:48:21 -0500

Seen: 120 times

Last updated: Feb 09 '17