but the byte array will be structured according to the Rhino geometry format, right?
We’re looking for serializations in other existing geometry formats such as OBJ, STEP, etc. I’ve found a post were someone wrote his own serializer in C# to get in-memory OBJ, but I hope to be able to reuse the standard Rhino serializers/exporters for OBJ, STEP, etc. to have a similar result (using python ideally), but for all the geometry formats supported by Rhino’s export. Fingers crossed the people of McNeel can help us with this