Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.75 KB

File metadata and controls

34 lines (23 loc) · 1.75 KB

Basic Viewport App

Copyright © Bentley Systems, Incorporated. All rights reserved.

An iModel.js sample application that demonstrates the minimum setup for opening an iModel and viewing its graphics in a viewport with basic viewing tools.

  • Viewport: Renders geometric data onto an HTMLCanvasElement.
  • Toolbar: Includes basic viewport tools in top-right corner of viewport (select, fit, rotate, pan, zoom).

This app serves as a guide on how you can embed one or more of these components into your own application. See http://imodeljs.org for comprehensive documentation on the iModel.js API and the various constructs used in this sample.

Purpose

The purpose of this application is to demonstrate the following:

Development Setup

Follow the App Development Setup section under Sample Interactive Apps to configure, install dependencies, build, and run the app.

Contributing

Contributing to iModel.js