Class

COLNEOproAdapterServices

COLNEOproAdapterServices()

Constructor

# new COLNEOproAdapterServices()

View Source adapter/AdapterColneoPro.js, line 731

Classes

COLNEOproAdapterServices

Methods

# async static createAdapter() → {Promise.<IModelViewer>}

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()

View Source adapter/AdapterColneoPro.js, line 747

Model Viewer instance

Promise.<IModelViewer>