gs-bim-air 1.6.1-beta.62 → 1.6.1-beta.64

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
@@ -1,5 +1,15 @@
1
1
  ## BIMAir 更新日志
2
2
 
3
+ ### 1.6.1-beta.63
4
+
5
+ feat: 增加剖切 cae 分析模型生成剖面图片接口
6
+ feat: 增加骨骼动画支持
7
+
8
+ ### 1.6.1-beta.62
9
+
10
+ feat: 增加 cae 分析模型轴剖切
11
+ feat: 添加第三人称漫游示例
12
+
3
13
  ### 1.6.1-beta.61
4
14
 
5
15
  - feat: 增加导入 cae 分析模型剖切结果数据接口
@@ -7,10 +7,12 @@
7
7
  ### Functions
8
8
 
9
9
  - [cutModelByPlane](CAE.md#cutmodelbyplane)
10
+ - [cutModelImageByPlane](CAE.md#cutmodelimagebyplane)
10
11
  - [insertPlaneCuttingResult](CAE.md#insertplanecuttingresult)
11
12
  - [insertPlaneCuttingResultToSegment](CAE.md#insertplanecuttingresulttosegment)
12
13
  - [setColor](CAE.md#setcolor)
13
14
  - [test](CAE.md#test)
15
+ - [test1](CAE.md#test1)
14
16
  - [testColor](CAE.md#testcolor)
15
17
 
16
18
  ## Functions
@@ -35,6 +37,24 @@
35
37
 
36
38
  ___
37
39
 
40
+ ### cutModelImageByPlane
41
+
42
+ ▸ **cutModelImageByPlane**(`segObj`, `planeRoot`, `planeNormal`): `Promise`<`string`\>
43
+
44
+ #### Parameters
45
+
46
+ | Name | Type |
47
+ | :------ | :------ |
48
+ | `segObj` | [`SegmentObject`](../classes/SegmentObject.md) |
49
+ | `planeRoot` | `Float32Array` |
50
+ | `planeNormal` | `Float32Array` |
51
+
52
+ #### Returns
53
+
54
+ `Promise`<`string`\>
55
+
56
+ ___
57
+
38
58
  ### insertPlaneCuttingResult
39
59
 
40
60
  ▸ **insertPlaneCuttingResult**(`viewer`, `result`, `planeRoot`, `planeNormal`): `void`
@@ -106,6 +126,23 @@ ___
106
126
 
107
127
  ___
108
128
 
129
+ ### test1
130
+
131
+ ▸ **test1**(`segObj`, `planeNormal`): `void`
132
+
133
+ #### Parameters
134
+
135
+ | Name | Type |
136
+ | :------ | :------ |
137
+ | `segObj` | [`SegmentObject`](../classes/SegmentObject.md) |
138
+ | `planeNormal` | `Float32Array` |
139
+
140
+ #### Returns
141
+
142
+ `void`
143
+
144
+ ___
145
+
109
146
  ### testColor
110
147
 
111
148
  ▸ **testColor**(`segObj`): `void`