Source

adapter/AdapterColneoPro.js

/**
 * $Id: AdapterColneoPro.js 8572 2025-09-04 21:30:48Z jochen.hanff $
 */

'use strict'

////////////////////////////////////////////////////////
///   COLNEO pro
////////////////////////////////////////////////////////

/**
 *  
 *  @category Model Viewer
 * 
 */
export class AdptCOLNEOpro_10 extends IModelViewer {
    
    constructor(){
        super()
    }

}