1

surface energy plus materials in open studio sdk [closed]

I'm writing this measure that is about checking a standard in open studio. To do so, I need to access the layers and materials of the layer of surfaces and subsurfaces. How do you get the energy plus layers and materials for a specific surface and subsurface?

thanks a lot :D

UPDATE Thanks guys, I think I just found the answer, All I had to do was to get the construction of the surface then the layer and done. But the problem is how do you get the constructions of a surface?

Pouya Kary's avatar
369
Pouya Kary
asked 2015-06-08 07:51:26 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-01-26 11:50:01 -0500
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "question is not relevant or outdated" by Pouya Kary 2015-07-30 07:05:30 -0500

Comments

FYI @Pouya Kary answering your own question is allowed if you want to share the solution.

MatthewSteen's avatar MatthewSteen (2015-06-08 22:28:36 -0500) edit

Also, this question might be helpful for some background as well as searching the BCL for Construction-related measures.

MatthewSteen's avatar MatthewSteen (2015-06-08 22:37:37 -0500) edit

@MatthewSteen Thank you so much. To be honest it's the first time I'm using Q&A sites to ask. And well this is the second time I've ever asked. So I really don't know the culture here, but well, thanks a lot for the guides. And that question was helpful. Thank you

Pouya Kary's avatar Pouya Kary (2015-06-11 05:41:59 -0500) edit
add a comment see more comments

1 Answer

1

There is a method on the PlanarSurface class to get the construction.

Kyle Benne's avatar
6k
Kyle Benne
answered 2015-06-10 09:29:14 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks, the code seems helpful. I have to play with it a bit, Thank you :D

Pouya Kary's avatar Pouya Kary (2015-06-11 05:43:19 -0500) edit
add a comment see more comments