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.