Skip to main content

Manager

Manager class is responsible for initializing the custom elements for the BIM application. It uses the BUIManager from "@thatopen/ui" to define custom elements for 2D and 3D views.

Methods

init()

static init(): void

Initializes the custom elements for the BIM application.

Returns

void

Remarks

This method should be called once during the application's initialization.