diff --git a/src/images/viewer/viewer-mobile-dwg.png b/src/images/viewer/viewer-mobile-dwg.png new file mode 100644 index 0000000..2a2f1a8 Binary files /dev/null and b/src/images/viewer/viewer-mobile-dwg.png differ diff --git a/src/viewer/mobile.md b/src/viewer/mobile.md index 053be10..ef0e29a 100644 --- a/src/viewer/mobile.md +++ b/src/viewer/mobile.md @@ -45,9 +45,19 @@ You can use the mobile specific plan viewer with the `"mobile-plan"` window. bimdataViewer.mount("#app", "mobile-plan"); ``` -
-
+
+
+## Mobile Viewer DWG / DXF
+
+You can use the mobile DWG viewer with the `"mobile-dwg"` window (or `"mobile-dxf"` for DXF models).
+
+```js
+bimdataViewer.mount("#app", "mobile-dwg"); // for DWG
+bimdataViewer.mount("#app", "mobile-dxf"); // for DXF
+```
+
+
## Loading model