We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-02-27 10:00 PM - edited 2024-02-27 10:01 PM
Hi there !
Archicad has been introduced as a locomotive for Open BIM and IFC workflow, i can see now a very fast raise of Speckle, for data and geometry exchange between softwares, without loss, it try to converts elements to native geometries for each software, this platform integrates almost all the popular softwares in the market,
Revit, Sketchup and Rhino have the most focus on development, it's strange to not to see ArchiCAD in the front of the development,
Speckle may be the future for collaboration and exchange, regarding the progress they did in theese few years, who knows,
This thread is for you to exchange, discuss about this platform and the experience of anyone used it as experimental or in a real work !
2024-09-12 09:17 AM
Thanks for the information.
Probably the most important and maybe difficult, connection to handle will be between Archicad-Revit.
I might collaborate with some architects who are using Revit so soon I will have to dive in Speckle.
It is still not clear though whether this agreemment between Nemetscheck and Autodesk
https://adsknews.autodesk.com/en/pressrelease/autodesk-Nemetschek-interoperability/
will produce any results.............
2024-09-12 11:51 AM
@jsdbroughton thanks for reply!
Actually it's a good pace of development, anyway. See what you've done for the last couple of years, it's pretty amazing.
Yeah, the main value in Speckle the data across all it's schemas, which could be used in a lot of different ways. Well, if too speak about geometry reference translation, I guess it has almost no issues with that.
2024-09-18 05:25 AM
I am starting with the new connector now, I have a perfect project for some truly experimental things and will dive into it as far as possible.
2024-09-18 08:28 AM
Whatever you find, good or bad, let us know at https://speckle.community. I do my best to monitor other forums but cannot be everywhere all at one 💙
2024-09-22 06:30 AM
Let's start with futility: Speckle is graphically stunning right out of the box, from the interface to the model it displays.
Navigating around the model, even a large one, is fluid. It's a pleasure. 😍
There are a few glitches where the connection cannot be established and Archicad has to be restarted.
I'll document them in the Speckle forum as soon as I can reproduce them.
A question, is the development in Python limited compared to C#? The SDK is in C#.
I love Python but might want to use C#, rather than be stuck with limits all the time.
2024-09-22 08:44 AM
Nominally there is no difference between speckle-sharp and specklepy. The ArchiCAD connector uses C# mostly as a convenience wrapper to a C++ core more befitting the API.
Where differences exist tends to be related to the connectors we have that use them. Possibly the objects schema library is more up to date in speckle-sharp as the BIM and Structural softwares that publish data use that and changes land there first. Likewise some new methodologies arising from us rebuilding all connectors landing in C# first.
The last areas of the old semantics migrating to new (Steam=>Project, Branch=>Model, Commit=>Version) are on the path to completion in specklepy soon.
Otherwise in terms of capabilities there’s not a functional difference.
2024-09-22 08:47 AM
Thank you! Great to know!
I'll start then with Python and eventually move to C#, should that be needed (hopefully not).
There is quite a documentation and am reading everything right now.