gs-bim-air 0.0.3-0.7 → 0.0.3-0.8

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
@@ -14,6 +14,10 @@
14
14
  ### 0.0.30.7
15
15
  - 更新public/js里的内核文件,安装此版本需替换js文件夹
16
16
  - 修复构件修改颜色问题
17
+ - 添加视点管理的接口
18
+
19
+ ### 0.0.30.8
20
+ - 修复各种function undefined问题
17
21
 
18
22
  ## BETA2日志
19
23
  ### 0.1.30.1
@@ -22,3 +26,6 @@
22
26
  ### 0.1.30.4
23
27
  - 更新public/js里的内核文件,安装此版本需替换js文件夹
24
28
  - 修复各种function undefined问题
29
+
30
+ ### 0.1.30.5
31
+ - 修复各种function undefined问题
@@ -32,6 +32,8 @@
32
32
  - [documentChanged](Viewer.md#documentchanged)
33
33
  - [geometryItem](Viewer.md#geometryitem)
34
34
  - [geometryItems](Viewer.md#geometryitems)
35
+ - [getAsynGroupGeoDataAction](Viewer.md#getasyngroupgeodataaction)
36
+ - [getAsynImageAction](Viewer.md#getasynimageaction)
35
37
  - [gl](Viewer.md#gl)
36
38
  - [imageUrls](Viewer.md#imageurls)
37
39
  - [instanceModelChanged](Viewer.md#instancemodelchanged)
@@ -67,6 +69,7 @@
67
69
  - [process](Viewer.md#process)
68
70
  - [propertyManager](Viewer.md#propertymanager)
69
71
  - [rButtonDown](Viewer.md#rbuttondown)
72
+ - [rootRenderObject](Viewer.md#rootrenderobject)
70
73
  - [sceneCameraChanged](Viewer.md#scenecamerachanged)
71
74
  - [sceneCameraChanging](Viewer.md#scenecamerachanging)
72
75
  - [structureTreeManager](Viewer.md#structuretreemanager)
@@ -75,8 +78,6 @@
75
78
  - [touching](Viewer.md#touching)
76
79
  - [xhrList](Viewer.md#xhrlist)
77
80
  - [zoomLimit](Viewer.md#zoomlimit)
78
- - [getAsynImageAction](Viewer.md#getasynimageaction)
79
- - [rootRenderObject](Viewer.md#rootrenderobject)
80
81
 
81
82
  ### Accessors
82
83
 
@@ -328,6 +329,53 @@ LonganViewer.geometryItems
328
329
 
329
330
  ___
330
331
 
332
+ ### getAsynGroupGeoDataAction
333
+
334
+ • **getAsynGroupGeoDataAction**: (`modelId`: `string`, `version`: `number`) => { `httpType`: `string` ; `url`: `string` } = `null`
335
+
336
+ #### Type declaration
337
+
338
+ ▸ (`modelId`, `version`): `Object`
339
+
340
+ ##### Parameters
341
+
342
+ | Name | Type |
343
+ | :------ | :------ |
344
+ | `modelId` | `string` |
345
+ | `version` | `number` |
346
+
347
+ ##### Returns
348
+
349
+ `Object`
350
+
351
+ | Name | Type |
352
+ | :------ | :------ |
353
+ | `httpType` | `string` |
354
+ | `url` | `string` |
355
+
356
+ #### Inherited from
357
+
358
+ LonganViewer.getAsynGroupGeoDataAction
359
+
360
+ ___
361
+
362
+ ### getAsynImageAction
363
+
364
+ • **getAsynImageAction**: `Object`
365
+
366
+ #### Type declaration
367
+
368
+ | Name | Type |
369
+ | :------ | :------ |
370
+ | `httpType` | `string` |
371
+ | `url` | `string` |
372
+
373
+ #### Inherited from
374
+
375
+ LonganViewer.getAsynImageAction
376
+
377
+ ___
378
+
331
379
  ### gl
332
380
 
333
381
  • **gl**: `WebGL2RenderingContext`
@@ -672,6 +720,16 @@ LonganViewer.rButtonDown
672
720
 
673
721
  ___
674
722
 
723
+ ### rootRenderObject
724
+
725
+ • **rootRenderObject**: `RenderObject` = `null`
726
+
727
+ #### Inherited from
728
+
729
+ LonganViewer.rootRenderObject
730
+
731
+ ___
732
+
675
733
  ### sceneCameraChanged
676
734
 
677
735
  • **sceneCameraChanged**: `List`<`Function`\>
@@ -746,33 +804,6 @@ ___
746
804
 
747
805
  LonganViewer.zoomLimit
748
806
 
749
- ___
750
-
751
- ### getAsynImageAction
752
-
753
- ▪ `Static` **getAsynImageAction**: `Object`
754
-
755
- #### Type declaration
756
-
757
- | Name | Type |
758
- | :------ | :------ |
759
- | `httpType` | `string` |
760
- | `url` | `string` |
761
-
762
- #### Inherited from
763
-
764
- LonganViewer.getAsynImageAction
765
-
766
- ___
767
-
768
- ### rootRenderObject
769
-
770
- ▪ `Static` **rootRenderObject**: `RenderObject` = `null`
771
-
772
- #### Inherited from
773
-
774
- LonganViewer.rootRenderObject
775
-
776
807
  ## Accessors
777
808
 
778
809
  ### aspectRatio