Generate imodel object #2176
-
Recently started to understand imodel.js. Can't I directly read DGN, DWG and other files locally to generate imodel objects? Is. the BIM file format that Bently generates separately for imodel.js? In other words, what is the source of the. BIM file? First contact with this format |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You will need an iModel connector to ingest files like dgn, dwg, revit etc.. For your local development, please see this section on how to get started. https://www.itwinjs.org/learning/tutorials/create-test-imodel-offline/ For working with data on iModelHub, please see https://www.bentley.com/en/products/product-line/digital-twins/itwin-synchronizer The synchronization wiki provides more details. |
Beta Was this translation helpful? Give feedback.
You will need an iModel connector to ingest files like dgn, dwg, revit etc.. For your local development, please see this section on how to get started. https://www.itwinjs.org/learning/tutorials/create-test-imodel-offline/
For working with data on iModelHub, please see https://www.bentley.com/en/products/product-line/digital-twins/itwin-synchronizer
The synchronization wiki provides more details.