-
Notifications
You must be signed in to change notification settings - Fork 15
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
Structure_Engine: Add wall(panel) and floor(panel) and SurfaceElement(panel) #2883
Structure_Engine: Add wall(panel) and floor(panel) and SurfaceElement(panel) #2883
Conversation
@BHoMBot check compliance |
@JosefTaylor to confirm, the following actions are now queued:
There are 2 requests in the queue ahead of you. |
Descriptions in Construction.cs, splitting up SurfaceElements into three separate files, one for each return type.
@BHoMBot check compliance |
@JosefTaylor to confirm, the following actions are now queued:
There are 4 requests in the queue ahead of you. |
@BHoMBot check compliance |
@JosefTaylor to confirm, the following actions are now queued:
|
@JosefTaylor to confirm, the following actions are now queued:
|
@BHoMBot check required |
@BHoMBot check required |
@JosefTaylor to confirm, the following actions are now queued:
There are 22 requests in the queue ahead of you. |
Need to fix Ribbed, SlabOnDeck, CorrugatedDeck, and Waffle (and any other non-constant thickness SurfaceProperties) to maintain total depth and material composition. |
The check |
The check |
@BHoMBot check null-handling |
@JosefTaylor to confirm, the following actions are now queued:
|
@BHoMBot check null-handling |
@JosefTaylor to confirm, the following actions are now queued:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with the changes. Works as expected. Please make sure to resolve all comments still outstanding prior to check ready merge.
@pawelbaran can you accept the changes? |
@BHoMBot check required |
@JosefTaylor to confirm, the following actions are now queued:
|
The check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy with the code changes now - glad to have @michaelhoehn to test the functionality as well. The only potential open question is the solid volume, whether it should be area * thickness or area * volume per area. Marking @IsakNaslundBh to hopefully have a look at it and raise concerns if any. Thanks @JosefTaylor well done 👍
@pawelbaran to confirm, the following actions are now queued:
There are 56 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@pawelbaran to confirm, the following actions are now queued:
There are 75 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@pawelbaran to confirm, the following actions are now queued:
There are 85 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@pawelbaran to confirm, the following actions are now queued:
There are 113 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@pawelbaran to confirm, the following actions are now queued:
There are 117 requests in the queue ahead of you. |
@pawelbaran thanks for the final check, do you know what's up with BHoMBot? |
@BHoMBot check ready-to-merge |
@pawelbaran to confirm, the following actions are now queued:
There are 18 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@pawelbaran to confirm, the following actions are now queued:
There are 4 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@pawelbaran to confirm, the following actions are now queued:
|
NOTE: Depends on
Issues addressed by this PR
Closes #2881
Closes #2882
Test files
https://burohappold.sharepoint.com/:f:/r/sites/BHoM/02_Current/12_Scripts/02_Pull%20Request/BHoM/BHoM_Engine/Structure_Engine/%232883-AddSurfaceElementFromPanel?csf=1&web=1&e=cL8u2i
Changelog
Additional comments