-
Notifications
You must be signed in to change notification settings - Fork 13
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: Added an additional Create Method for GeometricalLineLoad #3213
Structure_Engine: Added an additional Create Method for GeometricalLineLoad #3213
Conversation
Co-authored-by: Fraser Greenroyd <[email protected]>
Co-authored-by: Fraser Greenroyd <[email protected]>
Co-authored-by: Fraser Greenroyd <[email protected]>
Co-authored-by: Fraser Greenroyd <[email protected]>
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.
Changes needed - as on BHoM/BHoM#1565 (review) can you please make sure the scripts are saved in the right place and combined concisely.
I am getting the following error when pushing to Robot (only when Panels
are assigned (which I think is ok because Robot does not actually use the Panels
and I don't want to change the fundamental checks that the adapter is making to allow the pushing of GeometricalLineLoad
s with Panels
assigned (that won't be used anyway).
- The IAreaElements assigned to the GeometricalLineLoad named GeometricalLineLoad - Partial Intersect being pushed does not contain any id-information and can not be identified by the software.
Please make sure all IAreaElements assigned to the GeometricalLineLoad have been pulled from the package to ensure they contain the necessary information.
I have also found it is implemented in the SAP2000_Toolkit: But it looks like it will be unaffected. |
Co-authored-by: Peter Nugent <[email protected]>
Co-authored-by: Peter Nugent <[email protected]>
Co-authored-by: Peter Nugent <[email protected]>
I have tested using the test script using SAP2000 and the functionality is unaffected. |
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 to approved based on previous review and recent commits. Tested with Robot_Toolkit to ensure the functionality is changed, similarly @Ahmed-buro has tested with SAP2000.
@peterjamesnugent to confirm, the following actions are now queued:
There are 11 requests in the queue ahead of you. |
@Arne-Martensen just to let you know, I have provided a |
@Arne-Martensen just to let you know, I have provided a |
@peterjamesnugent to confirm, the following actions are now queued:
There are 4 requests in the queue ahead of you. |
The check |
The check |
@BHoMBot this is a DevOps instruction. I am requesting neutral check on: unit-tests |
@Arne-Martensen just to let you know, I have provided a |
@FraserGreenroyd I'm sorry, but I am not authorised to take that instruction from you. |
@BHoMBot this is a DevOps instruction. I am requesting neutral checks on: unit-tests |
@FraserGreenroyd I have provided neutral checks to the checks requested. These checks will need to be run properly to obtain full results. |
NOTE: Depends on
BHoM/BHoM#1565
Issues addressed by this PR
The class GeometricalLineLoad has been modified by adding an attribute, as discussed in BHoM/BHoM#1564. this PR should introduce a new 'Create' method featuring a more intuitive naming and data structure for the input parameters.
Closes #3212
Test files
https://burohappold.sharepoint.com/:u:/r/sites/BHoM/02_Current/12_Scripts/01_Issue/BHoM/BHoM_Engine/Structure_Engine/%233412-ChangesToGeometricalLineLoad/%233412ChangestoGeometricalLineLoad.gh?csf=1&web=1&e=GBLHkr
Changelog
Additional comments