Class MxtModularConfigurator

Hierarchy

  • MxtModularConfigurator

Constructors

Properties

analyticsSender: string = 'Modular Configurator'
appController: AppController
responsiveness: Responsiveness
root: HTMLElement

Accessors

Methods

  • Add a screenshot camera type to be later used to take screenshots (see takeScreenshot#type)

    Parameters

    • type: string
    • options: ScreenshotCameraOptions

    Returns void

  • Take a screenshot

    Returns

    Parameters

    • Optional type: string

      If you want to take a screenshot with a camera that is not the main viewing camera, use this

    • Optional width: number

      If you want to use a width other than width of current canvas in browser, supply this

    • Optional height: number

      If you want to use a height other than width of current canvas in browser, supply this

    • Optional mimeType: string

      If you want to supply a mime type, use this

    • Optional backgroundColor: IColor4

      If you want to use a different background color than the background color of the 3d rendering, supply this

    Returns Promise<string>

Generated using TypeDoc