Is it possible to access 3D scenes programmatically.

Gorthi Sai Sri Sindhuja 60 Reputation points
2023-08-28T13:07:54.57+00:00

We access digital twins through python code. Similarly, we're planning to access 3D scenes with python code. Is it possible? If so, could you please share the reference documents.

Thanks.

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
221 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 29,616 Reputation points MVP
    2023-08-28T16:29:54.4033333+00:00

    Hello @Gorthi Sai Sri Sindhuja,

    Azure Digital Twins 3D Scenes Studio does not have a REST API like the Azure Digital Twins Control Plane or Data Plane.

    3D Scenes Studio is configured using the 3DScenesConfiguration.json file found in the related Azure Data Storage container where the 3D images are stored:

    User's image

    This gives the same ability as the Build part of 3D Scenes Studio.

    By manipulating the file (which is tricky and not recommended) you could automate some tasks.

    The JSON schema of the file is seen here.

    At least, make a copy of the file first.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


1 additional answer

Sort by: Most helpful
  1. Matthijs van der Veer 4,376 Reputation points MVP
    2023-08-28T13:33:16.3133333+00:00

    Alas, while there is a Python SDK for Azure Digital Twins, 3D Scenes does not have an API for any programming language.