-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(revit): CNX-394 better reference point cache invalidation (#213)
* adds reference point transform to xyz, and refactors * spelling fixes * adds reference point caclulation to connector instead of converter * disables xyz test for now due to complications mocking the reference point converter * moves reference point transform method to separate class * extracts to speckle settings into manager singleton * removes unecessary usings * Pragma the send function sorry to not sorry * optimizes mesh conversions * removes unnessary meshconversion method and adds reference point transform to meshlist conversion * better reference point invalidation logic * Update MeshByMaterialDictionaryToSpeckle.cs * fixes id evictions for objects that need to be unpacked * removes circular dependency --------- Co-authored-by: oguzhankoral <oguzhankoral@gmail.com> Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com>
- Loading branch information
1 parent
6b7574e
commit 7852b1d
Showing
5 changed files
with
51 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters