In this sample we load a building with detailed interior information from a BIM project. The building was published as a BuildingSceneLayer from a Revit project using ArcGIS Pro.
A BuildingSceneLayer contains complex digital models of buildings and interiors. Because of the high complexity, it's important to be able to filter the data. This sample shows how to filter components in a BuildingSceneLayer using the BuildingExplorer component.
The BuildingExplorer can support multiple BuildingSceneLayers:
const buildingExplorer = document.querySelector("arcgis-building-explorer");
buildingExplorer.layers = [bslLayer];Another way to explore components in a BuildingSceneLayer is by using the Slice component. See the BuildingSceneLayer with Slice component sample to understand how it works.