while doing some workflow tests I faced an issue when trying to receive some geometry from Grasshopper; attached a screenshot of the grasshopper preview VS the rhino objects after bake.
The same model version is received correctly using the Rhino connector (2.21.5), whereas using either the Grasshopper receive component or the NET sdk, the geometries are only getting partially received.
Thanks! I had a look and I didn’t manage to reproduce the issue
I plugged the deconstruct component few times and everything is there (i think). All the geometries are baked correctly. I also tested Rhino/GH 7 and worked.
Sorry for the late reply, I tested the version that you shared again, and I managed to reproduce the issue. It seems that some of the BREPS are invalid when received, but Mesh works fine.
Do you remember if this model version used to work in the past? Did you use the Speckle C# SDK to sent this?
The model has been sent using the Speckle grasshopper components, not via the SDK (in this case). The breps are valid in the Rhino document and also when they get referenced in Grasshopper, they become invalid at receive only, both using the Rhino and GH connectors or the SDK.