gs-bim-air 0.0.3-0.29 → 0.0.3-0.30

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 CHANGED
@@ -279,7 +279,7 @@ let points = [
279
279
  [
280
280
  380416.0671187355,
281
281
  38786.28087566431,
282
- 4155.782292435952,
282
+ 4155.782292435952,
283
283
  ]
284
284
  [ 380730.74617450393,
285
285
  38801.12997364584,
@@ -317,3 +317,7 @@ let targets = [
317
317
  viewer.animationManager.pathRoam.run([animationId]);
318
318
  }, 6000);
319
319
  ```
320
+
321
+ ### 0.0.30.30
322
+
323
+ - 修复碰撞功能添加碰撞的弹框结构树消失问题
@@ -142,11 +142,13 @@ ___
142
142
 
143
143
  ▸ **restartAnime**(`id`): `void`
144
144
 
145
+ 从头播放某段动画.
146
+
145
147
  #### Parameters
146
148
 
147
- | Name | Type | Description |
148
- | :------ | :------ | :------ |
149
- | `id` | `string` | 从头播放某段动画. |
149
+ | Name | Type |
150
+ | :------ | :------ |
151
+ | `id` | `string` |
150
152
 
151
153
  #### Returns
152
154