I have created a Dynamo script using Dynamo for Revit that creates some custom geometry for me. I want to bring that into Speckle, but can’t figure out how to send my geometry. Right now, it is a solid geometry, but I’ve tried converting it to multiple meshes, one polymesh, and none of them have any displayable geometry when I look at the stream in Speckle.
I think solids and poly surfaces are not supported by Speckle yet, but the default Dynamo mesh should in theory work. Can you show how you converted it to mesh?
Just sending a solid after the Solid.ByUnion node
Taking that solid and converting it to Polysurface with PolySurface.BySolid
And finally, taking that Polysurface and exploding it into individual surfaces with PolySurface.Surfaces