gs-bim-air 1.6.1-beta.16 → 1.6.1-beta.17

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.
Files changed (36) hide show
  1. package/README.md +8 -0
  2. package/docs/README.md +1 -0
  3. package/docs/classes/Longan.Color.md +877 -0
  4. package/docs/classes/Longan.Condition.md +90 -0
  5. package/docs/classes/Longan.Diagnosis.md +69 -0
  6. package/docs/classes/Longan.DriverOptions.md +56 -0
  7. package/docs/classes/Longan.HeuristicOptions.md +356 -0
  8. package/docs/classes/Longan.LonganCore.Viewer.md +3 -3
  9. package/docs/classes/Longan.ModellingMatrix.md +107 -0
  10. package/docs/classes/Longan.Property.md +253 -0
  11. package/docs/classes/Longan.RenderingOptions.md +1630 -0
  12. package/docs/classes/Longan.Segment.md +30 -30
  13. package/docs/classes/Longan.Selectability.md +398 -0
  14. package/docs/classes/Longan.Shell.md +4 -4
  15. package/docs/classes/Longan.Text.md +199 -0
  16. package/docs/classes/Longan.Viewer.md +3 -3
  17. package/docs/classes/Longan.Viewport.md +57 -0
  18. package/docs/classes/Longan.Visibility.md +458 -0
  19. package/docs/classes/SDK.Model.md +166 -0
  20. package/docs/classes/Viewer.md +3 -3
  21. package/docs/enums/Longan.AlphaTextureBlendingType.md +24 -0
  22. package/docs/enums/Longan.CylinderCap.md +38 -0
  23. package/docs/enums/Longan.DynamicMemoryType.md +31 -0
  24. package/docs/enums/Longan.ImagePixelFormat.md +24 -0
  25. package/docs/enums/Longan.SelectabilityType.md +31 -0
  26. package/docs/enums/Longan.UvType.md +24 -0
  27. package/docs/modules/Longan.md +18 -0
  28. package/docs/modules/SDK.md +9 -0
  29. package/lib/BimAir.common-report.html +2 -2
  30. package/lib/BimAir.common.js +6 -6
  31. package/lib/BimAir.umd-report.html +2 -2
  32. package/lib/BimAir.umd.js +6 -6
  33. package/lib/BimAir.umd.min-report.html +2 -2
  34. package/lib/BimAir.umd.min.js +6 -6
  35. package/lib/undefined.gzundefined +0 -0
  36. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## 更新日志
2
2
 
3
+ ### 1.6.1-beta.17
4
+
5
+ > Longan 更新为 v1.6.1-beta.14
6
+
7
+ - fix: 修复模型截取起点值为 0 时报错
8
+ - fix: 修复 onMouseWheel 没有执行 updateDisplay,导致拖动鼠标后几何消失无法重新加载的问题
9
+ - docs: 导出 SDK 文档,导出模型截取文档,导出 Segment 相关类文档
10
+
3
11
  ### 1.6.1-beta.16
4
12
 
5
13
  > Longan 更新为 v1.6.1-beta.13
package/docs/README.md CHANGED
@@ -9,6 +9,7 @@ gs-bim-air
9
9
  - [Animation](modules/Animation.md)
10
10
  - [Germetry](modules/Germetry.md)
11
11
  - [Longan](modules/Longan.md)
12
+ - [SDK](modules/SDK.md)
12
13
 
13
14
  ### Enumerations
14
15