Infohub JS API
Loading...
Searching...
No Matches
COLNEOproAdapterServices Class Reference

Description

Adapter Services for COLNEO pro.

Public Member Functions

 constructor ()

Static Public Member Functions

static async createAdapter ()

Function Documentation

◆ constructor()

constructor ( )

◆ createAdapter()

async createAdapter ( )
static

Create instance of COLNEO pro API class.

const { COLNEOproAdapterServices } = await import("./node_modules/@colneo/infohub-js-api/dist/adapter/AdapterColneoPro.js");
Infohub.ModelViewer = await COLNEOproAdapterServices.createAdapter()
Adapter Services for COLNEO pro.
Definition AdapterColneoPro.js:53
static async createAdapter()
Create instance of COLNEO pro API class.
Definition AdapterColneoPro.js:73
Returns
{Promise<IModelViewer>} Model Viewer instance