Exchange Format of Speckle

Hello,
Im new to this forum so maybe you just need to link me into the right topic :slight_smile:

I was wondering how speckle converts a native geometry type (lets say rhino brep) to the speckle format
and how that geometry is later read from speckle and created e.g. in blender? are you using a semantic model to recreate the geometry in blender or are you converting the rhino brep to a speckle mesh and than that mesh gets represented in blender?

thanks. Matthias

Hi Matthias, the classes used to represent data inside Speckle (geometry & BIM) can be found here:

To convert from and to Speckle we have created Converters that do just that: speckle-sharp/Objects/Converters at main · specklesystems/speckle-sharp · GitHub

These are used by our Connectors, and only work when used inside a host application (eg Blender, Revit…)