BCFManager
- class Communicator.BCFManager()
This class provides an interface to the BIM Collaboration Format related features of the viewer.
Constructors
Methods
Constructors
- BCFManager.constructor(viewer)
- Arguments
viewer (
WebViewer()
) –
- Return type
Methods
addBCFFromBuffer
addBCFFromFile
createBCFData
getBCFData
getBCFMap
removeBCFData
- BCFManager.removeBCFData(id)
Removes the parsed BCF data for a BCF file.
- Arguments
id (
number()
) – corresponding to the BCF file.
- Return type
void