gs-bim-air 1.6.1-beta.29 → 1.6.1-beta.32
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 +18 -0
- package/docs/README.md +1 -1
- package/docs/classes/Command.CommandCreateWall.md +964 -0
- package/docs/classes/Command.CommandSelect.md +631 -0
- package/docs/classes/Command.CommandShowSlicePanel.md +970 -0
- package/docs/classes/Geometry.Plane.md +7 -7
- package/docs/classes/Longan.CommandManager.md +41 -0
- package/docs/classes/Longan.CommandSelect.md +2 -0
- package/docs/classes/StructureTreeManager.md +1 -1
- package/docs/classes/Viewer.md +2 -2
- package/docs/modules/Command.md +11 -0
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +19 -19
- package/lib/BimAir.css +45 -45
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +19 -19
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +19 -19
- package/lib/undefined.gzundefined +0 -0
- package/package.json +1 -1
- package/public/js/longan/longan.js +7096 -7017
- package/public/js/longan/longan.wasm +0 -0
- package/public/js/longanWithoutShareArrayBuffer/longan.js +1 -1
- package/public/js/longanWithoutShareArrayBuffer/longan.wasm +0 -0
- package/docs/classes/Command.md +0 -66
package/README.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
## 更新日志
|
|
2
2
|
|
|
3
|
+
### 1.6.1-beta.32
|
|
4
|
+
|
|
5
|
+
> 更新 public/js 里的内核文件,安装此版本需替换 js 文件夹
|
|
6
|
+
>
|
|
7
|
+
> Longan 更新为 v1.6.1-beta.21
|
|
8
|
+
|
|
9
|
+
- fix: 修复双屏情况下加载相同贴图出错的问题
|
|
10
|
+
- fix: 修复 command 冲突出错问题
|
|
11
|
+
|
|
12
|
+
### ~~1.6.1-beta.31~~
|
|
13
|
+
|
|
14
|
+
### 1.6.1-beta.30
|
|
15
|
+
|
|
16
|
+
- fix: 修复截取面法向错误
|
|
17
|
+
- fix: 添加文档导出
|
|
18
|
+
- fix: 修复 plane 无法选中高亮问题
|
|
19
|
+
- fix: Geometry.Plane.md 的 addLocalPlane 接口添加参数说明
|
|
20
|
+
|
|
3
21
|
### 1.6.1-beta.29
|
|
4
22
|
|
|
5
23
|
- feat: 添加面选取和面展示的接口和 demo
|
package/docs/README.md
CHANGED
|
@@ -7,6 +7,7 @@ gs-bim-air
|
|
|
7
7
|
### Namespaces
|
|
8
8
|
|
|
9
9
|
- [Animation](modules/Animation.md)
|
|
10
|
+
- [Command](modules/Command.md)
|
|
10
11
|
- [Geometry](modules/Geometry.md)
|
|
11
12
|
- [Longan](modules/Longan.md)
|
|
12
13
|
- [SDK](modules/SDK.md)
|
|
@@ -21,7 +22,6 @@ gs-bim-air
|
|
|
21
22
|
- [AnimationManager](classes/AnimationManager.md)
|
|
22
23
|
- [BoreholeObjects](classes/BoreholeObjects.md)
|
|
23
24
|
- [Camera](classes/Camera.md)
|
|
24
|
-
- [Command](classes/Command.md)
|
|
25
25
|
- [ComponentManager](classes/ComponentManager.md)
|
|
26
26
|
- [ComponentSelector](classes/ComponentSelector.md)
|
|
27
27
|
- [DataManagerBase](classes/DataManagerBase.md)
|