-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Conversion Results * Rhino * ReceiveConversionResult * Fixed highlighting * Moved result out of core * SendConversionResult * Send error message instead all serialized exception * Align conversion results with UI report * Highlight object on Rhino * Throw inner exception for highlight object * Highlight sub elements of group in Rhino * WIP * Arcgis Receive Reporting * split * Acad highlight objects method * Revit highlight objects method * Arcgis highlight objects method * Have public setters for deserialization * wip * wip so jedd can push * wip refactoring revit * wip acad (send) * wip - acad receive * wip arcgis refactor * Remove using * pass correct IDs to bakedObjId * pass layers (not features) IDs to model card BakedObjects. --------- Co-authored-by: Jedd Morgan <[email protected]> Co-authored-by: Dimitrie Stefanescu <[email protected]> Co-authored-by: KatKatKateryna <[email protected]>
- Loading branch information
1 parent
3191365
commit 406e1e2
Showing
39 changed files
with
529 additions
and
299 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
9 changes: 9 additions & 0 deletions
9
DUI3-DX/Connectors/ArcGIS/Speckle.Connectors.ArcGIS3/HostApp/SyncToQueuedTask.cs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using ArcGIS.Desktop.Framework.Threading.Tasks; | ||
using Speckle.Connectors.Utils.Operations; | ||
|
||
namespace Speckle.Connectors.ArcGIS.HostApp; | ||
|
||
public class SyncToQueuedTask : ISyncToThread | ||
{ | ||
public Task<T> RunOnThread<T>(Func<T> func) => QueuedTask.Run(func); | ||
} |
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
Oops, something went wrong.