Skip to content

Commit

Permalink
added new events for project settings events (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbieserprocore authored Jan 26, 2024
1 parent 03bac43 commit 29960bc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bim_webviewer/bim_web_viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,34 @@ Fires when objects are selected for measurement. This event returns a Meshnode I

---

### projectSettingsUpdated

<p class="heading-link-container"><a class="heading-link" href="#projectsettingsupdated"></a></p>

Fires when the project settings have been updated.

#### Data Properties

| Field Name | Type | Description |
| - | - | - |
| displayUnits | string | An abbreviated string name of the display units used. Possible values are `ftin` for Feet Inches, `mm` for Millimeters, and `m` for Meters. |

---

### projectSettingsLoaded

<p class="heading-link-container"><a class="heading-link" href="#projectsettingsloaded"></a></p>

Fires when the project settings have been loaded.

#### Data Properties

| Field Name | Type | Description |
| - | - | - |
| displayUnits | string | An abbreviated string name of the display units used. Possible values are `ftin` for Feet Inches, `mm` for Millimeters, and `m` for Meters. |

---

### renderReady

<p class="heading-link-container"><a class="heading-link" href="#renderready"></a></p>
Expand Down

0 comments on commit 29960bc

Please sign in to comment.