Warning

Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.

ServiceTypeΒΆ

Enumeration ServiceType

Represents the various services provided by the instant3dhub-backend. The ServiceType is used to identify which services are available from the backend.

The state of a service can be obtained by using the HubAPI.requestServiceStates function, which returns a ServiceState for each service.

Enumeration Members

DELIVERY: "DeliveryService"

The service for retrieving geometric-, structural- as well as meta-data.

GEOMETRY: "GeometryService"

The service for geometry operations. Provides interactive geometry capping functionality.

HUB_2_RESOURCE: "Hub2ResourceService"

Indicates the Hub2Resource as a service.

HUB_3_RESOURCE: "Hub3ResourceService"

Indicates the Hub3Resource as a service.

MEASUREMENT: "MeasurementService"

The service for interactive measurements.

QUERY: "QueryService"

The service for dynamic queries of non-geometric data.

REALITY: "RealityService"

The modeltracking functionality for the RealityAPI.

SHARED_SESSION: "SharedSessionService"

The service for collaborating simultaneously with multiple users.

SPACE_STORE: "SpaceStoreService"

The service for a persistent storage API for storing and retrieving 3D spaces.

VIS: "VisService"

The service for an interactive visualization using RenderSetup.HYBRID