gs-bim-air 0.1.3-0.8 → 0.1.3-0.9
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/READMEBETA.md +16 -1
- package/docs/classes/HighlightManager.md +6 -6
- package/docs/classes/TreeNodeObject.md +2 -2
- package/docs/classes/Viewer.md +18 -0
- package/lib/BimAir.common-report.html +2 -2
- package/lib/BimAir.common.js +77 -66
- package/lib/BimAir.css +78 -64
- package/lib/BimAir.umd-report.html +2 -2
- package/lib/BimAir.umd.js +77 -66
- package/lib/BimAir.umd.min-report.html +2 -2
- package/lib/BimAir.umd.min.js +77 -66
- package/package.json +1 -1
- package/public/js/longan/longan.js +8 -4
- package/public/js/longan/longan.wasm +0 -0
- package/public/js/longanWithoutShareArrayBuffer/longan.js +8 -2
- package/public/js/longanWithoutShareArrayBuffer/longan.wasm +0 -0
- package/docs.zip +0 -0
- package/public/js.zip +0 -0
package/READMEBETA.md
CHANGED
|
@@ -20,6 +20,17 @@
|
|
|
20
20
|
- 修复各种function undefined问题
|
|
21
21
|
- 添加视点相关接口
|
|
22
22
|
|
|
23
|
+
### 0.0.30.9
|
|
24
|
+
- 更新public/js里的内核文件,安装此版本需替换js文件夹
|
|
25
|
+
- 修复测量的相关问题
|
|
26
|
+
- 添加样式隔离
|
|
27
|
+
|
|
28
|
+
### 0.0.30.10
|
|
29
|
+
- 更新public/js里的内核文件,安装此版本需替换js文件夹
|
|
30
|
+
- 修复测量的相关问题
|
|
31
|
+
- 修改样式隔离
|
|
32
|
+
|
|
33
|
+
|
|
23
34
|
## BETA2日志
|
|
24
35
|
### 0.1.30.1
|
|
25
36
|
- 添加token验证
|
|
@@ -38,4 +49,8 @@
|
|
|
38
49
|
- 更新public/js里的内核文件,安装此版本需替换js文件夹
|
|
39
50
|
- 添加模型移动时的内存进出功能
|
|
40
51
|
- 样式隔离
|
|
41
|
-
- 结构树面板和属性面板添加自定义tabs
|
|
52
|
+
- 结构树面板和属性面板添加自定义tabs
|
|
53
|
+
|
|
54
|
+
### 0.1.30.8
|
|
55
|
+
- 更新public/js里的内核文件,安装此版本需替换js文件夹
|
|
56
|
+
- 修复结构树少了LightModel节点的问题
|
|
@@ -119,9 +119,9 @@ ___
|
|
|
119
119
|
|
|
120
120
|
#### Parameters
|
|
121
121
|
|
|
122
|
-
| Name | Type |
|
|
123
|
-
| :------ | :------ |
|
|
124
|
-
| `objs` | [`SegmentObject`](SegmentObject.md)[] \| [`TreeNodeObject`](TreeNodeObject.md)[] |
|
|
122
|
+
| Name | Type | Description |
|
|
123
|
+
| :------ | :------ | :------ |
|
|
124
|
+
| `objs` | [`SegmentObject`](SegmentObject.md)[] \| [`TreeNodeObject`](TreeNodeObject.md)[] | |
|
|
125
125
|
|
|
126
126
|
#### Returns
|
|
127
127
|
|
|
@@ -135,9 +135,9 @@ ___
|
|
|
135
135
|
|
|
136
136
|
#### Parameters
|
|
137
137
|
|
|
138
|
-
| Name | Type |
|
|
139
|
-
| :------ | :------ |
|
|
140
|
-
| `objs` | [`SegmentObject`](SegmentObject.md)[] \| [`TreeNodeObject`](TreeNodeObject.md)[] |
|
|
138
|
+
| Name | Type | Description |
|
|
139
|
+
| :------ | :------ | :------ |
|
|
140
|
+
| `objs` | [`SegmentObject`](SegmentObject.md)[] \| [`TreeNodeObject`](TreeNodeObject.md)[] | |
|
|
141
141
|
|
|
142
142
|
#### Returns
|
|
143
143
|
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
| Name | Type | Default value |
|
|
53
53
|
| :------ | :------ | :------ |
|
|
54
54
|
| `viewer` | [`Viewer`](Viewer.md) | `undefined` |
|
|
55
|
-
| `name` | `
|
|
56
|
-
| `key` | `
|
|
55
|
+
| `name` | `string` | `undefined` |
|
|
56
|
+
| `key` | `number` | `undefined` |
|
|
57
57
|
| `obj` | `any` | `null` |
|
|
58
58
|
|
|
59
59
|
## Properties
|
package/docs/classes/Viewer.md
CHANGED
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
### Methods
|
|
122
122
|
|
|
123
123
|
- [DeInstantiateRenderObject](Viewer.md#deinstantiaterenderobject)
|
|
124
|
+
- [addBoreholes](Viewer.md#addboreholes)
|
|
124
125
|
- [asynRemoveGeometry](Viewer.md#asynremovegeometry)
|
|
125
126
|
- [asynUPGDTaskRun](Viewer.md#asynupgdtaskrun)
|
|
126
127
|
- [asynUpdateView](Viewer.md#asynupdateview)
|
|
@@ -1638,6 +1639,23 @@ LonganViewer.DeInstantiateRenderObject
|
|
|
1638
1639
|
|
|
1639
1640
|
___
|
|
1640
1641
|
|
|
1642
|
+
### addBoreholes
|
|
1643
|
+
|
|
1644
|
+
▸ **addBoreholes**(`name`, `holeDatas`): `void`
|
|
1645
|
+
|
|
1646
|
+
#### Parameters
|
|
1647
|
+
|
|
1648
|
+
| Name | Type |
|
|
1649
|
+
| :------ | :------ |
|
|
1650
|
+
| `name` | `any` |
|
|
1651
|
+
| `holeDatas` | `any` |
|
|
1652
|
+
|
|
1653
|
+
#### Returns
|
|
1654
|
+
|
|
1655
|
+
`void`
|
|
1656
|
+
|
|
1657
|
+
___
|
|
1658
|
+
|
|
1641
1659
|
### asynRemoveGeometry
|
|
1642
1660
|
|
|
1643
1661
|
▸ **asynRemoveGeometry**(): `void`
|