C3D Web Viewer API

C3D Web Viewer API is a npm package which is a part of C3D Web Vision modules. It’s a 3D client located onto some HTML element and communicated with C3D Service.

Below you can find detailed information about all functionality available with this package and also how to install and add it to your project.

Requirements

  • c3dservice 1.4.x - 1.6.x

Version info

If logger is set, then it shows a detail version info at the initializing.

Also there’s a function available to get version via code.

Getting version (TypeScript):

import * as c3dvision from '@c3dlabs/c3dviewer-api'

const ver: string = c3dvision.VERSION
// example: ver = '1.6.0'

Contents