We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ThreeJSForwardTranslator adds unnecessary RenderingColor objects for AirLoopHVAC
ThreeJSForwardTranslator adds new colors for every AirLoopHVAC even if the expected colors already exist.
ThreeJSForwardTranslator should only add new RenderingColors if the expected colors do not already exist.
Add code to check if the RenderingColor already exists for the AirLoopHVAC before adding a new object at: https://github.com/NREL/OpenStudio/blob/develop/src/model/ThreeJSForwardTranslator.cpp#L133
Reported at openstudiocoalition/OpenStudioApplication#768
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue overview
ThreeJSForwardTranslator adds unnecessary RenderingColor objects for AirLoopHVAC
Current Behavior
ThreeJSForwardTranslator adds new colors for every AirLoopHVAC even if the expected colors already exist.
Expected Behavior
ThreeJSForwardTranslator should only add new RenderingColors if the expected colors do not already exist.
Steps to Reproduce
Possible Solution
Add code to check if the RenderingColor already exists for the AirLoopHVAC before adding a new object at: https://github.com/NREL/OpenStudio/blob/develop/src/model/ThreeJSForwardTranslator.cpp#L133
Context
Reported at openstudiocoalition/OpenStudioApplication#768
The text was updated successfully, but these errors were encountered: