Adding IPushPreProcessModule to enable additional pre-processing to be done lastly in the ProcessObjectsBeforePush method
Add Module of this new type for handling applying objects to loads being pushed at the same time, based on Guid mapping. This can for example help with Bars pushed at the same time as a Bar load, where this can replace the bars on the load with the same bar being pushed independently, and will for this case ensure the same bars are being reffered to in both cases.
@IsakNaslundBh to confirm, the following actions are now queued:
- check `code-compliance`
- check `documentation-compliance`
- check `project-compliance`
- check `branch-compliance`
- check `dataset-compliance`
- check `copyright-compliance`
There are 71 requests in the queue ahead of you.
The check `documentation-compliance` has already been run previously and recorded as a successful check. This check has not been run again at this time.
Issues addressed by this PR
Closes #347 Closes #348
IPushPreProcessModule
to enable additional pre-processing to be done lastly in the ProcessObjectsBeforePush methodTest files
Test case added in the test project.
Test case for Robot here:
[Uploading Beam_Cantilever_convertedFromKarambaInternalised.zip…]()
Changelog
Additional comments