Features
Key Features
Collaboration

Collaboration

HxDR is a cloud-based data collaboration software platform for reality capture and geospatial data.Users can easily upload reality capture data to the cloud for automated processing, accelerating the creation of photorealistic digital twins. This data can be securely shared with others, enabling users to collaborate in real-time, offering immersive visualisation and immediate sharing of deliverables with zero training required. Project stakeholders can collaborate simultaneously using any computer or mobile device equipped with a web browser.

  • Tenants collboration
  • Share datasets
  • Comment, @Mention
  • #Label and Annotate
  • Measurements
  • Visualization and Tours
  • Deep Linking
  • Direct Uploads

Related Pages

GraphQL API reference

This section lists a few examples. Please refer to HxDR GraphQL Playground (opens in a new tab) to explore complete schema.


Returns shared grouped asset id and authentication.
query SharedGroupedAsset {
  sharedGroupedAsset(sharingCodeId: "[sharingCodeId]") {
    ... on SharedGroupedAssetOutput {
        id
        auth
    }
    ... on AcsErrorEntityNotFoundOutput {
        message
    }
    ... on AcsErrorOperationNotPossibleOutput {
        message
    }
}
 
}
 

When an asset is successfully created, various metadata for the asset is generated for e.g. download and streaming links, creation details etc. sharingCodeId is also generated which can be used to share the asset.

To successfully execute a request on HxDR GraphQL playground, See following :


Generates a code for sharing the grouped asset.

Removes the access to a shared grouped asset.

JS-SDK reference

  • Collaboration

    Collaboration services