1

How to model blinds in open studio

Hello,

I am attempting to model some basic blinds for some of my windows in open studio. I have created the blinds material, but I have not been successful at adding them to my windows. I have noticed that you can add shadings controls under extensions ==> user scripts ==> add model elements. But this only allows me to select shading materials and not blind materials. Does anyone know of a way to add blinds to windows?

Thank you

eklein12's avatar
373
eklein12
asked 2015-05-01 01:39:12 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-07-10 09:13:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

4

Please see this tutorial

macumber's avatar
12k
macumber
answered 2015-05-01 09:02:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
3

You can also use text editor (Notepad++) to model your window blinds. For this you can follow the following steps:

1) Definition of blind properties by using WindowMaterial:Blind.

2) Construction of the window including blind material (the name used in step 1). e.g.

Construction,2001,     !- Project external glazing - Material layer names follow:
38,                            !- Generic PYR B CLEAR 3MM
1002,                         !- AIR 13MM
2,                               !- Generic CLEAR 3MM
20001;                        !- Blind with high reflectivity slats

3) Then, you have to define the shading control by using WindowProperty:ShadingControl object.

I hope this will help. Please let me know if you want further explanation on any of these steps.

Waseem's avatar
2.5k
Waseem
answered 2015-05-01 11:38:11 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you. With these two answers I was able to model the blinds. Thanks!

eklein12's avatar eklein12 (2015-05-02 14:22:23 -0500) edit
add a comment see more comments