First time here? Check our help page!
2

How to remove construction from surfaces by measures?

According to the answer from previous question, I want to remove the construction from Surfaces in order construction set specified in Story to be used.
What I come up is to going through all surfaces, if the construction type is specified one, they remove the construction from that surface refer to image below.
However, when I look at the OpenStudio SDK, I cannot find construction method in surfaces.
Does anyone know how I can specify the construction which is applied to the surfaces?
image description

katsuya.obara's avatar
2.1k
katsuya.obara
asked 2018-05-30 03:07:20 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-05-30 10:27:25 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

A surface construction is accessed at the PlanarSurface class, the parent of the Surface class whose methods Surface inherits.

PS you might find this BCL measure helpful.

ericringold's avatar
10.6k
ericringold
answered 2018-05-30 09:04:43 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments