Extract 3D information from a Speckle object

Hello Speckle Community,

I hope you’re all doing well! I’m reaching out to see if there’s a way to extract 3D information from a Speckle object via the API as a JSON file, which I could then use to rebuild the model in another software. I’m considering developing an app for Meta Quest and would love to hear if anyone has tried something similar.

Any insights or advice would be greatly appreciated!

Hey @MatheuzDreher ,

You can see here our Rest API docs for getting a single speckle object and all its metadata: REST API | Speckle Docs

Assuming you’re using Python, I’d recommend using our SDK instead as it will take care of many things for you: Introduction | Speckle Docs