3DRepo_Toolkit: convert ToThreeDRepo method needs to rotate geometry
- Dominant language
- C#
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
### Issue description
The geometry exported from BHoM to 3D repo is rotated due to a difference in the reference Axes.
All convert `To3DRepo` methods to account for this.
As a first step, modify the Mesh convert method to correct the issue when exporting. https://github.com/BHoM/3DRepo_Toolkit/blob/d8fc81619a50430fcc204e340696fa6bc6481a38/_3DRepo_Toolkit_Engine/Convert/To3DRepo/Mesh.cs#L17-L28
### Example file
To see the problem, try the **example file** in
https://github.com/BHoM/3DRepo_Toolkit/blob/ProofOfConcept/Scripts/Test%20Scripts/PR001-ProofOfConcept/3dRepoProofOfConcept.gh
Please create another example file when the issue is solved, and save it in a new folder such as `/ProofOfConcept/Scripts/Test Scripts/Issue002-convertRotate`. Reference it in the related PR.
Contributor guide
Assessment
This issue has not been assessed yet.