Revit connector V2 to V3

In Revit Connector version 2.23, elements were exported considering “category”, “BuiltInCategory”, and “SpeckleType” with specific info about the element, in this case a “Level” object.

But in the new version 3.3.0, the element doesn’t return the same info anymore, it only comes with “SpeckleType: Collection”

Is this something that’s still in development for a future release, or did the way we handle these elements change in 3.3.0?

Hey @WillianSilva,

The structure of the data may have changed a little but the props being published is as before (and better :cool_spockle: !).

For the specific case of Levels (which you correctly identified as stripped to “just” Collection) this is the one category we are still looking at. Is your question / workflow predominantly with focus on level information? All of the other objects are as before.

Cheers,
Björn

2 Likes