-
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
Spatial_Engine: Rigid transformations for IElements0D, IElements1D and IElements2D added #2372
Spatial_Engine: Rigid transformations for IElements0D, IElements1D and IElements2D added #2372
Conversation
@BHoMBot check unit tests |
@LMarkowski sorry, I didn't understand. |
@BHoMBot check unit tests |
@LMarkowski sorry, I didn't understand. |
@BHoMBot check unit-tests |
@LMarkowski to confirm, |
Following the discussion with @LMarkowski, the test script as well as UT has been updated to prove the correctness of the code developed in this PR. In parallel #2380 has been raised to highlight the issue we have found in the previous version of UT. |
@BHoMBot check unit-tests |
@LMarkowski to confirm, |
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.
Failing unit test is not relevant for this PR. Code and test script look good and work as they should.
/azp run BHoM_Engine.CheckInstaller |
@BHoMBot check all |
@pawelbaran to confirm, |
@LMarkowski I have added transforms for |
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.
LGTM
/azp run BHoM_Engine.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
@BHoMBot check all |
@pawelbaran to confirm, |
@pawelbaran just to let you know, I have provided a |
@BHoMBot check unit-tests |
@pawelbaran to confirm, |
@BHoMBot check compliance |
@pawelbaran to confirm, |
@BHoMBot check serialisation |
@pawelbaran to confirm, |
@BHoMBot check installer |
@pawelbaran to confirm, |
@BHoMBot check core |
@pawelbaran to confirm, |
@pawelbaran just to let you know, I have provided a |
@BHoMBot check ready-to-merge |
@pawelbaran to confirm, the task for checking if this Pull Request is ready to merge is now queued. |
Issues addressed by this PR
Closes #2320
Test files
On SharePoint - to large extent it is a copy-paste of the Structural_Engine tests showing that the type-specific methods get called as expected. On top of that there are extra tests of the types that do not have
Transform
methods, therefore using get/set geometry pattern.Graphics_Engine tests have been place here.
Changelog
BH.oM.Graphics.Vertex
andBH.oM.Graphics.RenderMesh
Additional comments
@al-fisher @IsakNaslundBh looks like we are finally getting there.