Export to GLB

Hello, I have been trying to load my data to an sqlite database using dynamo. The semantic data was loaded successfully but I’m still struggling with the 3D geometry. I have tried the tracer pluggin and checked the resulted databse; the geometry mesh was stored in a text format (see the text below )
“data:model/gltf-binary;base64,Z2xURgIAAACkAwAA+AIAAEpTT057ImFzc2V0Ijp7ImNvcHlyaWdodCI6IiIsImdlbmVyYXRvciI6IlNoYXJwR0xURiAxLjEuMCIsInZlcnNpb24iOiIyLjAifSwiYWNjZXNzb3JzIjpbeyJuYW1lIjoiUE9TSVRJT04iLCJid…”

is there any node or way (Python scripts for example) in dynamo that I can use to convert my geometry meshes to base64 encoded binary data?

your recommendations are highly needed.

Thanks in advance.

1 Like

Deconstruct that base 64 data to standard text and see what the structure it utilized is. My AU session on element binding has info on how, but you may be better off using one of the many web tools.