You are using a browser that is no longer supported. Please use the latest version of Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge. For more information please see the System Requirements.

Unsupported browser

You are using a browser that is not supported. JavaScript API works on the latest versions of Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge. Use one of these browsers and provide your feedback through GeoNet, the Esri Community.

  • {i18n.unsupportedBrowser.chrome}
  • Firefox
  • Safari
  • undefined
Loading...

Note: Support for 3D on mobile devices may vary, view the system requirements for more information.

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 widget.

The BuildingExplorer widget can be instantiated by passing in one or multiple BuildingSceneLayers and a SceneView:

const buildingExplorer = new BuildingExplorer({
  view: view,
  layers: [bslLayer]
});
view.ui.add(buildingExplorer, "top-right");

Another way to explore components in a BuildingSceneLayer is by using the Slice widget. See the BuildingSceneLayer with Slice widget sample to understand how it works.

Sample search results

TitleSample
Loading...