Infohub JS API
Toggle main menu visibility
Loading...
Searching...
No Matches
Public Member Functions
|
Static Public Member Functions
|
List of all members
COLNEOproAdapterServices Class Reference
adapter
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
()
COLNEOproAdapterServices
Adapter Services for COLNEO pro.
Definition
AdapterColneoPro.js:53
COLNEOproAdapterServices::createAdapter
static async createAdapter()
Create instance of COLNEO pro API class.
Definition
AdapterColneoPro.js:73
Returns
{Promise<IModelViewer>} Model Viewer instance
Generated by
1.18.0