I just want to add to Chris point, because an app I develop had a similar feature and very we soon we realized how expensive is to “save” the model. Sync to central, etc, all that good stuff…
We had to fallback to save metadata on disk using a hash based on lots of info from that file. Sketchy but we haven’t heard. From 2024 there is actually a “Created Guid” to uniquely identify a Revit file that you can leverage.
features and improvements have landed with the latest release!
Revit Views Send Filter
A searchable dropdown is added to select a view to send your data! Once the model card is clicked after sent is completed, Revit switches to the view that has been selected!
.NET Connectors
Integration of multiplexing into our deserializer, we achieved a 3x increase in speed by dynamically managing data streams. Combined with our harmonized inner caching logic, this enhancement has led to faster access times and a more streamlined data processing workflow. Hats off to @adamhathcock and @Jedd
Here you can find more details on the relevant pull request!
A searchable list of items added under the Category filter that you can add/remove them. After your first send you can edit the filter whenever you want!
Tekla connector is on!
Tekla (2024) is now part of our send-only reference geometry workflow as a first pass! Kudos to @dogukan Click here to install, let us know what you think; it will help us shape its roadmap!
I’m having the same problem after recently pulling the latest “dev” branch from the speckle-connectors repo. I now cant push anything to the server from Civil 3D, and it appears to stall at the serialization task.
Because I’m attached to the debugger in visual studio, if i pause the code during this period of inactivity, it tells me that no code is running. Ill rase an issue in GitHub with more details and test files…
We’re stabilizing a few things and have just fixed a few other issues. What you’re describing shouldn’t be happening but still can under a few scenarios depending on whether the thread is controlled by us or the host application. I can try to help on Github but the beta is still WIP.
Happy to say we’ve fixed this - both template 1a and template 2b pass through nicely. We’re imminently pushing out a new beta release, and we will ping.
I’d share screenshots and model links as proof for you to check but that might be a private project