Reference Source
public class | source

DotBIMDefaultDataSource

Default data access strategy for DotBIMLoaderPlugin.

This just loads assets using XMLHttpRequest.

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Method Summary

Public Methods
public

getDotBIM(dotBIMSrc: String | Number, ok: Function, error: Function)

Gets .BIM JSON.

Public Constructors

public constructor() source

Public Members

public cacheBuster: * source

Public Methods

public getDotBIM(dotBIMSrc: String | Number, ok: Function, error: Function) source

Gets .BIM JSON.

Params:

NameTypeAttributeDescription
dotBIMSrc String | Number

Identifies the .BIM JSON asset.

ok Function

Fired on successful loading of the .BIM JSON asset.

error Function

Fired on error while loading the .BIM JSON asset.