ServiceType¶
Enumeration ServiceType
Index
Enumeration Members
Enumeration Members
DELIVERY
DELIVERY: "DeliveryService"
The service for retrieving geometric-, structural- as well as meta-data.
GEOMETRY
GEOMETRY: "GeometryService"
The service for geometry operations. Provides interactive geometry capping functionality.
HUB_ 2_ RESOURCE
HUB_2_RESOURCE: "Hub2ResourceService"
Indicates the Hub2Resource as a service.
HUB_ 3_ RESOURCE
HUB_3_RESOURCE: "Hub3ResourceService"
Indicates the Hub3Resource as a service.
MEASUREMENT
MEASUREMENT: "MeasurementService"
The service for interactive measurements.
QUERY
QUERY: "QueryService"
The service for dynamic queries of non-geometric data.
REALITY
REALITY: "RealityService"
The modeltracking functionality for the RealityAPI.
SHARED_ SESSION
SHARED_SESSION: "SharedSessionService"
The service for collaborating simultaneously with multiple users.
SPACE_ STORE
SPACE_STORE: "SpaceStoreService"
The service for a persistent storage API for storing and retrieving 3D spaces.
VIS
VIS: "VisService"
The service for an interactive visualization using RenderSetup.HYBRID
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.
See