Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eval By Area Bug When Using Panels With Openings #272

Open
enarhi opened this issue Jun 2, 2022 · 0 comments
Open

Eval By Area Bug When Using Panels With Openings #272

enarhi opened this issue Jun 2, 2022 · 0 comments
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@enarhi
Copy link
Member

enarhi commented Jun 2, 2022

Description:

For the EvaluateEPDByArea method, Panels with openings can result in errant results due to area being calculated per IElement2D.Area, but material epds being based off the epds from the MaterialComposition, which can include Area based EPD's from the openings. This leads to the calculation using the panel area for calculating area based values for the panel as well as its openings that have area based epds applied.

Steps to reproduce:

Run EvaluateEPD method on a Panel, such as a Facade.Panel, that has an opening with a construction.

Expected behaviour:

Area EPD values applied to the respective areas of their corresponding elements.

Test file(s):

Test script

@enarhi enarhi added the type:bug Error or unexpected behaviour label Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

No branches or pull requests

2 participants