Architecture - HxGN SDx - Update 68 - Administration & Configuration - Hexagon

HxGN SDx Extensibility

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration

What can I do with Extensibility?

  • You can connect to third-party system applications to display, create, or update data

  • You can add a method action to the Actions menu and open it to display data or run a process

  • You can use custom UI components to display data and show the loading indicator

  • You can retrieve contextual information on selected objects from remote servers

  • You can query the OData Services

  • You can handle token information for communicating with the OData web services

  • You can take snapshots of 2D drawings, 3D models, or laser scans using the View and Markup command.

Extensibility revolves around the use of SDx methods that are implemented using either the WebClientExtensibility client API or the WebClientExtensibilityMultiple client API.

When configured, SDx and an external application can then communicate securely using a wrapper library around the HTML5 postMessage API.

Each method must specify a SDx URL to the external application. The URL is used in an iframe hosted within the SDx, after undergoing sanitization and security checks. For more information, see https://angular.io/).