-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add absolute distances BarVaryingDistributedLoad
#386
Add absolute distances BarVaryingDistributedLoad
#386
Conversation
Error removed, can now get the bar length
Working support for absolute values.
Code moved
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.
Good start @EmmaSander, it does need some changes to capture the scenario where the Bar.Length
is different.
MidasCivil_Adapter/CRUD/Create/Loads/BarVaryingDistributedLoads.cs
Outdated
Show resolved
Hide resolved
MidasCivil_Adapter/Convert/ToMidasCivil/Loads/FromBarVaryingDistributedLoad.cs
Outdated
Show resolved
Hide resolved
MidasCivil_Adapter/Convert/ToMidasCivil/Loads/FromBarVaryingDistributedLoad.cs
Outdated
Show resolved
Hide resolved
MidasCivil_Adapter/CRUD/Create/Loads/BarVaryingDistributedLoads.cs
Outdated
Show resolved
Hide resolved
Cleaned up code
New and moved solution
Moved solution and added support for that
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 have added some comments to be addressed.
MidasCivil_Adapter/Convert/ToMidasCivil/Loads/FromBarVaryingDistributedLoad.cs
Show resolved
Hide resolved
MidasCivil_Adapter/CRUD/Create/Loads/BarVaryingDistributedLoads.cs
Outdated
Show resolved
Hide resolved
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've tested this using the script, and added a few extra cases to test (e.g. multiple Bar
s with the same length it works. Able to load in to MidasCivil, and pull them back even having the same name.
Good first PR @EmmaSander!
@BHoMBot check required |
@peterjamesnugent to confirm, the following actions are now queued:
There are 24 requests in the queue ahead of you. |
@BHoMBot check copyright-compliance |
@peterjamesnugent to confirm, the following actions are now queued:
There are 6 requests in the queue ahead of you. |
@peterjamesnugent to confirm, the following actions are now queued:
There are 3 requests in the queue ahead of you. |
@BHoMBot check installer |
@peterjamesnugent to confirm, the following actions are now queued:
There are 2 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@peterjamesnugent to confirm, the following actions are now queued:
|
Issues addressed by this PR
Closes #270
Test files
https://burohappold.sharepoint.com/:u:/s/BHoM/EcypvhJiU-xChY8dJfVL-8sBTSXaNxMPg5VcWCp9IGC-8w?e=Mdwfdm
Changelog
BarVaryingDistributedLoad
with absolute distances.Additional comments