brepjs-bim 0.24.1 → 0.24.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -192,3 +192,9 @@ npm run lint --workspace=brepjs-bim
192
192
  npm run build --workspace=brepjs-bim
193
193
  npm run test --workspace=brepjs-bim
194
194
  ```
195
+
196
+ ### Body material measurement
197
+
198
+ Exact Wall quantities measure occupied material across all retained items. Overlapping solids count once. Bounds include every item. Measurement and temporary cleanup failures make these optional measurements unavailable and preserve the borrowed inputs. Cleanup never retries an uncertain native release.
199
+
200
+ The BIM package requires `brepjs >=19.0.5` for native cleanup-error reporting.