gs-bim-air 1.6.1-beta.26 → 1.6.1-beta.28

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,24 @@
1
1
  ## 更新日志
2
2
 
3
+ ### 1.6.1-beta.28
4
+
5
+ > Longan 更新为 v1.6.1-beta.19
6
+
7
+ - fix: 修复判断 memory full,不加载这部分数据后,没有把 seg 的 asyn geometry 的值改回 on.
8
+ - feat: 修复 uv 贴图是 base64 时崩溃
9
+ - docs: 去除日志的超链接
10
+
11
+ ### 1.6.1-beta.27
12
+
13
+ > Longan 更新为 v1.6.1-beta.17
14
+
15
+ - feat: 添加模型基本信息面板
16
+ - feat: 结构树搜索增添加载框
17
+ - feat: 构件添加获取尺寸的接口
18
+ - fix: 修复结构树搜索懒加载导致的深层节点无法搜索问题
19
+ - fix: SegmentObject.size 判断是否为空
20
+ - fix: 修复左键进行镜头缩放的问题.
21
+
3
22
  ### 1.6.1-beta.26
4
23
 
5
24
  - fix: 最小距离测量为 0 及时返回,提升测量效率
@@ -20,7 +39,7 @@
20
39
 
21
40
  ### 1.6.1-beta.22
22
41
 
23
- - feat: 面板功能增加修改面板颜色参数,具体请查看[面板文档](./docs/classes/Germetry.Plane.md#addplane)
42
+ - feat: 面板功能增加修改面板颜色参数,具体请查看面板文档
24
43
  - fix: 修复模型截取起点为 0 时结果出错,截出不封闭的面
25
44
  - fix: 修复文档导出 Geometry 拼写错误
26
45
 
@@ -59,7 +78,7 @@
59
78
 
60
79
  > Longan 更新为 v1.6.1-beta.13
61
80
 
62
- - fix: 模型截取功能支持多构件截取,具体示例请看[模型截取示例](./readme/%E6%A8%A1%E5%9E%8B%E6%88%AA%E5%8F%96%E7%A4%BA%E4%BE%8B.md)
81
+ - fix: 模型截取功能支持多构件截取,具体示例请看模型截取示例文档
63
82
  - fix: 截取结果的构件加上颜色
64
83
  - fix: 截取结果添加构件属性
65
84
  - fix: 修复 ensure 与 updateDisplay 对同一个 segment 同时起效时,可能往一个 segment 中插入两次几何的问题.
@@ -72,7 +91,7 @@
72
91
  >
73
92
  > Longan 更新为 v1.6.1-beta.12
74
93
 
75
- - feat: 添加模型截取功能,具体示例请看[模型截取示例](./readme/%E6%A8%A1%E5%9E%8B%E6%88%AA%E5%8F%96%E7%A4%BA%E4%BE%8B.md)
94
+ - feat: 添加模型截取功能,具体示例请看模型截取示例文档
76
95
  - feat: lightModel 添加 streamToSegmentRunningCount 计数器.
77
96
  - feat: 结构树界面显示时不隐藏按钮
78
97
  - feat: 添加几何加载完毕后回调列表 geometryDrawFinish,使用方式如下:
@@ -12,6 +12,7 @@
12
12
 
13
13
  ### Properties
14
14
 
15
+ - [imageName](Animation.UvEffectConfig.md#imagename)
15
16
  - [imageScale](Animation.UvEffectConfig.md#imagescale)
16
17
  - [imageSrc](Animation.UvEffectConfig.md#imagesrc)
17
18
  - [isFill](Animation.UvEffectConfig.md#isfill)
@@ -26,7 +27,7 @@
26
27
 
27
28
  ### constructor
28
29
 
29
- • **new UvEffectConfig**(`viewer`, `name`, `path`, `width`, `uSpeed`, `vSpeed`, `imageSrc`, `imageScale`, `isFill`)
30
+ • **new UvEffectConfig**(`viewer`, `name`, `path`, `width`, `uSpeed`, `vSpeed`, `imageSrc`, `imageName`, `imageScale`, `isFill`)
30
31
 
31
32
  #### Parameters
32
33
 
@@ -38,12 +39,19 @@
38
39
  | `width` | `number` | 路径宽带 |
39
40
  | `uSpeed` | `number` | X方向速度 |
40
41
  | `vSpeed` | `number` | Y方向速度 * |
41
- | `imageSrc` | `string` | 贴图路径 * |
42
+ | `imageSrc` | `string` | 贴图路径 |
43
+ | `imageName` | `string` | 贴图名称 * |
42
44
  | `imageScale` | [`number`, `number`] | 贴图缩放 * |
43
45
  | `isFill` | `boolean` | 贴图是否拉伸进行填充 |
44
46
 
45
47
  ## Properties
46
48
 
49
+ ### imageName
50
+
51
+ • **imageName**: `string`
52
+
53
+ ___
54
+
47
55
  ### imageScale
48
56
 
49
57
  • **imageScale**: [`number`, `number`]
@@ -65,6 +65,7 @@
65
65
  - [mButtonDown](Longan.CameraMouse.md#mbuttondown-1)
66
66
  - [mButtonDownAndMove](Longan.CameraMouse.md#mbuttondownandmove-1)
67
67
  - [mButtonUp](Longan.CameraMouse.md#mbuttonup-1)
68
+ - [mouseWheel](Longan.CameraMouse.md#mousewheel-1)
68
69
  - [mouseWheelStop](Longan.CameraMouse.md#mousewheelstop)
69
70
  - [rButtonDown](Longan.CameraMouse.md#rbuttondown-1)
70
71
  - [rButtonDownAndMove](Longan.CameraMouse.md#rbuttondownandmove-1)
@@ -74,6 +75,7 @@
74
75
 
75
76
  - [enable](Longan.CameraMouse.md#enable)
76
77
  - [isBusyLocked](Longan.CameraMouse.md#isbusylocked)
78
+ - [isBusyLocked\_SmoothTransition](Longan.CameraMouse.md#isbusylocked_smoothtransition)
77
79
  - [lButtonSate](Longan.CameraMouse.md#lbuttonsate)
78
80
  - [viewer](Longan.CameraMouse.md#viewer)
79
81
 
@@ -450,6 +452,12 @@ ___
450
452
 
451
453
  ___
452
454
 
455
+ ### mouseWheel
456
+
457
+ ▪ `Static` **mouseWheel**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
458
+
459
+ ___
460
+
453
461
  ### mouseWheelStop
454
462
 
455
463
  ▪ `Static` **mouseWheelStop**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
@@ -516,6 +524,28 @@ ___
516
524
 
517
525
  ___
518
526
 
527
+ ### isBusyLocked\_SmoothTransition
528
+
529
+ • `get` **isBusyLocked_SmoothTransition**(): `boolean`
530
+
531
+ #### Returns
532
+
533
+ `boolean`
534
+
535
+ • `set` **isBusyLocked_SmoothTransition**(`value`): `void`
536
+
537
+ #### Parameters
538
+
539
+ | Name | Type |
540
+ | :------ | :------ |
541
+ | `value` | `boolean` |
542
+
543
+ #### Returns
544
+
545
+ `void`
546
+
547
+ ___
548
+
519
549
  ### lButtonSate
520
550
 
521
551
  • `get` **lButtonSate**(): `LButtonState`
@@ -57,6 +57,7 @@
57
57
  - [mButtonDown](Longan.CameraPlanMouse.md#mbuttondown-1)
58
58
  - [mButtonDownAndMove](Longan.CameraPlanMouse.md#mbuttondownandmove-1)
59
59
  - [mButtonUp](Longan.CameraPlanMouse.md#mbuttonup-1)
60
+ - [mouseWheel](Longan.CameraPlanMouse.md#mousewheel-1)
60
61
  - [mouseWheelStop](Longan.CameraPlanMouse.md#mousewheelstop)
61
62
  - [rButtonDown](Longan.CameraPlanMouse.md#rbuttondown-1)
62
63
  - [rButtonDownAndMove](Longan.CameraPlanMouse.md#rbuttondownandmove-1)
@@ -66,6 +67,7 @@
66
67
 
67
68
  - [enable](Longan.CameraPlanMouse.md#enable)
68
69
  - [isBusyLocked](Longan.CameraPlanMouse.md#isbusylocked)
70
+ - [isBusyLocked\_SmoothTransition](Longan.CameraPlanMouse.md#isbusylocked_smoothtransition)
69
71
  - [lButtonSate](Longan.CameraPlanMouse.md#lbuttonsate)
70
72
  - [viewer](Longan.CameraPlanMouse.md#viewer)
71
73
 
@@ -510,6 +512,16 @@ ___
510
512
 
511
513
  ___
512
514
 
515
+ ### mouseWheel
516
+
517
+ ▪ `Static` **mouseWheel**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
518
+
519
+ #### Inherited from
520
+
521
+ [CameraMouse](Longan.CameraMouse.md).[mouseWheel](Longan.CameraMouse.md#mousewheel-1)
522
+
523
+ ___
524
+
513
525
  ### mouseWheelStop
514
526
 
515
527
  ▪ `Static` **mouseWheelStop**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
@@ -596,6 +608,36 @@ CameraMouse.isBusyLocked
596
608
 
597
609
  ___
598
610
 
611
+ ### isBusyLocked\_SmoothTransition
612
+
613
+ • `get` **isBusyLocked_SmoothTransition**(): `boolean`
614
+
615
+ #### Returns
616
+
617
+ `boolean`
618
+
619
+ #### Inherited from
620
+
621
+ CameraMouse.isBusyLocked\_SmoothTransition
622
+
623
+ • `set` **isBusyLocked_SmoothTransition**(`value`): `void`
624
+
625
+ #### Parameters
626
+
627
+ | Name | Type |
628
+ | :------ | :------ |
629
+ | `value` | `boolean` |
630
+
631
+ #### Returns
632
+
633
+ `void`
634
+
635
+ #### Inherited from
636
+
637
+ CameraMouse.isBusyLocked\_SmoothTransition
638
+
639
+ ___
640
+
599
641
  ### lButtonSate
600
642
 
601
643
  • `get` **lButtonSate**(): `LButtonState`
@@ -62,6 +62,7 @@
62
62
  - [mButtonDown](Longan.EarthCameraMouse.md#mbuttondown-1)
63
63
  - [mButtonDownAndMove](Longan.EarthCameraMouse.md#mbuttondownandmove-1)
64
64
  - [mButtonUp](Longan.EarthCameraMouse.md#mbuttonup-1)
65
+ - [mouseWheel](Longan.EarthCameraMouse.md#mousewheel-1)
65
66
  - [mouseWheelStop](Longan.EarthCameraMouse.md#mousewheelstop)
66
67
  - [newCameraUp](Longan.EarthCameraMouse.md#newcameraup)
67
68
  - [offsetMatrixOfHK](Longan.EarthCameraMouse.md#offsetmatrixofhk)
@@ -77,6 +78,7 @@
77
78
 
78
79
  - [enable](Longan.EarthCameraMouse.md#enable)
79
80
  - [isBusyLocked](Longan.EarthCameraMouse.md#isbusylocked)
81
+ - [isBusyLocked\_SmoothTransition](Longan.EarthCameraMouse.md#isbusylocked_smoothtransition)
80
82
  - [lButtonSate](Longan.EarthCameraMouse.md#lbuttonsate)
81
83
  - [viewer](Longan.EarthCameraMouse.md#viewer)
82
84
 
@@ -555,6 +557,16 @@ ___
555
557
 
556
558
  ___
557
559
 
560
+ ### mouseWheel
561
+
562
+ ▪ `Static` **mouseWheel**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
563
+
564
+ #### Inherited from
565
+
566
+ [CameraMouse](Longan.CameraMouse.md).[mouseWheel](Longan.CameraMouse.md#mousewheel-1)
567
+
568
+ ___
569
+
558
570
  ### mouseWheelStop
559
571
 
560
572
  ▪ `Static` **mouseWheelStop**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
@@ -677,6 +689,36 @@ CameraMouse.isBusyLocked
677
689
 
678
690
  ___
679
691
 
692
+ ### isBusyLocked\_SmoothTransition
693
+
694
+ • `get` **isBusyLocked_SmoothTransition**(): `boolean`
695
+
696
+ #### Returns
697
+
698
+ `boolean`
699
+
700
+ #### Inherited from
701
+
702
+ CameraMouse.isBusyLocked\_SmoothTransition
703
+
704
+ • `set` **isBusyLocked_SmoothTransition**(`value`): `void`
705
+
706
+ #### Parameters
707
+
708
+ | Name | Type |
709
+ | :------ | :------ |
710
+ | `value` | `boolean` |
711
+
712
+ #### Returns
713
+
714
+ `void`
715
+
716
+ #### Inherited from
717
+
718
+ CameraMouse.isBusyLocked\_SmoothTransition
719
+
720
+ ___
721
+
680
722
  ### lButtonSate
681
723
 
682
724
  • `get` **lButtonSate**(): `LButtonState`
@@ -30,6 +30,7 @@
30
30
  - [keyType](Longan.Geometry.md#keytype)
31
31
  - [owner](Longan.Geometry.md#owner)
32
32
  - [property](Longan.Geometry.md#property)
33
+ - [shellSize](Longan.Geometry.md#shellsize)
33
34
  - [typeName](Longan.Geometry.md#typename)
34
35
  - [volume](Longan.Geometry.md#volume)
35
36
 
@@ -119,6 +120,16 @@ ___
119
120
 
120
121
  ___
121
122
 
123
+ ### shellSize
124
+
125
+ • `get` **shellSize**(): `any`
126
+
127
+ #### Returns
128
+
129
+ `any`
130
+
131
+ ___
132
+
122
133
  ### typeName
123
134
 
124
135
  • `get` **typeName**(): `string`
@@ -36,6 +36,7 @@
36
36
  - [property](Longan.Image.md#property)
37
37
  - [rotate](Longan.Image.md#rotate)
38
38
  - [scale](Longan.Image.md#scale)
39
+ - [shellSize](Longan.Image.md#shellsize)
39
40
  - [size](Longan.Image.md#size)
40
41
  - [tiling](Longan.Image.md#tiling)
41
42
  - [translate](Longan.Image.md#translate)
@@ -380,6 +381,20 @@ ___
380
381
 
381
382
  ___
382
383
 
384
+ ### shellSize
385
+
386
+ • `get` **shellSize**(): `any`
387
+
388
+ #### Returns
389
+
390
+ `any`
391
+
392
+ #### Inherited from
393
+
394
+ Geometry.shellSize
395
+
396
+ ___
397
+
383
398
  ### size
384
399
 
385
400
  • `get` **size**(): `any`
@@ -24,6 +24,7 @@
24
24
  - [keyType](Longan.Line.md#keytype)
25
25
  - [owner](Longan.Line.md#owner)
26
26
  - [property](Longan.Line.md#property)
27
+ - [shellSize](Longan.Line.md#shellsize)
27
28
  - [typeName](Longan.Line.md#typename)
28
29
  - [volume](Longan.Line.md#volume)
29
30
 
@@ -138,6 +139,20 @@ Curve.property
138
139
 
139
140
  ___
140
141
 
142
+ ### shellSize
143
+
144
+ • `get` **shellSize**(): `any`
145
+
146
+ #### Returns
147
+
148
+ `any`
149
+
150
+ #### Inherited from
151
+
152
+ Curve.shellSize
153
+
154
+ ___
155
+
141
156
  ### typeName
142
157
 
143
158
  • `get` **typeName**(): `string`
@@ -24,6 +24,7 @@
24
24
  - [keyType](Longan.Marker.md#keytype)
25
25
  - [owner](Longan.Marker.md#owner)
26
26
  - [property](Longan.Marker.md#property)
27
+ - [shellSize](Longan.Marker.md#shellsize)
27
28
  - [typeName](Longan.Marker.md#typename)
28
29
  - [volume](Longan.Marker.md#volume)
29
30
 
@@ -137,6 +138,20 @@ Geometry.property
137
138
 
138
139
  ___
139
140
 
141
+ ### shellSize
142
+
143
+ • `get` **shellSize**(): `any`
144
+
145
+ #### Returns
146
+
147
+ `any`
148
+
149
+ #### Inherited from
150
+
151
+ Geometry.shellSize
152
+
153
+ ___
154
+
140
155
  ### typeName
141
156
 
142
157
  • `get` **typeName**(): `string`
@@ -25,6 +25,7 @@
25
25
  - [normals](Longan.Mesh.md#normals)
26
26
  - [owner](Longan.Mesh.md#owner)
27
27
  - [property](Longan.Mesh.md#property)
28
+ - [shellSize](Longan.Mesh.md#shellsize)
28
29
  - [texCoords](Longan.Mesh.md#texcoords)
29
30
  - [typeName](Longan.Mesh.md#typename)
30
31
  - [volume](Longan.Mesh.md#volume)
@@ -170,6 +171,20 @@ Surface.property
170
171
 
171
172
  ___
172
173
 
174
+ ### shellSize
175
+
176
+ • `get` **shellSize**(): `any`
177
+
178
+ #### Returns
179
+
180
+ `any`
181
+
182
+ #### Inherited from
183
+
184
+ Surface.shellSize
185
+
186
+ ___
187
+
173
188
  ### texCoords
174
189
 
175
190
  • `set` **texCoords**(`value`): `void`
@@ -58,6 +58,7 @@
58
58
  - [mButtonDown](Longan.PanoramaCameraMouse.md#mbuttondown-1)
59
59
  - [mButtonDownAndMove](Longan.PanoramaCameraMouse.md#mbuttondownandmove-1)
60
60
  - [mButtonUp](Longan.PanoramaCameraMouse.md#mbuttonup-1)
61
+ - [mouseWheel](Longan.PanoramaCameraMouse.md#mousewheel-1)
61
62
  - [mouseWheelStop](Longan.PanoramaCameraMouse.md#mousewheelstop)
62
63
  - [rButtonDown](Longan.PanoramaCameraMouse.md#rbuttondown-1)
63
64
  - [rButtonDownAndMove](Longan.PanoramaCameraMouse.md#rbuttondownandmove-1)
@@ -67,6 +68,7 @@
67
68
 
68
69
  - [enable](Longan.PanoramaCameraMouse.md#enable)
69
70
  - [isBusyLocked](Longan.PanoramaCameraMouse.md#isbusylocked)
71
+ - [isBusyLocked\_SmoothTransition](Longan.PanoramaCameraMouse.md#isbusylocked_smoothtransition)
70
72
  - [lButtonSate](Longan.PanoramaCameraMouse.md#lbuttonsate)
71
73
  - [viewer](Longan.PanoramaCameraMouse.md#viewer)
72
74
 
@@ -518,6 +520,16 @@ ___
518
520
 
519
521
  ___
520
522
 
523
+ ### mouseWheel
524
+
525
+ ▪ `Static` **mouseWheel**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
526
+
527
+ #### Inherited from
528
+
529
+ [CameraMouse](Longan.CameraMouse.md).[mouseWheel](Longan.CameraMouse.md#mousewheel-1)
530
+
531
+ ___
532
+
521
533
  ### mouseWheelStop
522
534
 
523
535
  ▪ `Static` **mouseWheelStop**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
@@ -604,6 +616,36 @@ CameraMouse.isBusyLocked
604
616
 
605
617
  ___
606
618
 
619
+ ### isBusyLocked\_SmoothTransition
620
+
621
+ • `get` **isBusyLocked_SmoothTransition**(): `boolean`
622
+
623
+ #### Returns
624
+
625
+ `boolean`
626
+
627
+ #### Inherited from
628
+
629
+ CameraMouse.isBusyLocked\_SmoothTransition
630
+
631
+ • `set` **isBusyLocked_SmoothTransition**(`value`): `void`
632
+
633
+ #### Parameters
634
+
635
+ | Name | Type |
636
+ | :------ | :------ |
637
+ | `value` | `boolean` |
638
+
639
+ #### Returns
640
+
641
+ `void`
642
+
643
+ #### Inherited from
644
+
645
+ CameraMouse.isBusyLocked\_SmoothTransition
646
+
647
+ ___
648
+
607
649
  ### lButtonSate
608
650
 
609
651
  • `get` **lButtonSate**(): `LButtonState`
@@ -26,6 +26,7 @@
26
26
  - [owner](Longan.ParametricGeometry.md#owner)
27
27
  - [params](Longan.ParametricGeometry.md#params)
28
28
  - [property](Longan.ParametricGeometry.md#property)
29
+ - [shellSize](Longan.ParametricGeometry.md#shellsize)
29
30
  - [texCoords](Longan.ParametricGeometry.md#texcoords)
30
31
  - [type](Longan.ParametricGeometry.md#type)
31
32
  - [typeName](Longan.ParametricGeometry.md#typename)
@@ -194,6 +195,20 @@ Surface.property
194
195
 
195
196
  ___
196
197
 
198
+ ### shellSize
199
+
200
+ • `get` **shellSize**(): `any`
201
+
202
+ #### Returns
203
+
204
+ `any`
205
+
206
+ #### Inherited from
207
+
208
+ Surface.shellSize
209
+
210
+ ___
211
+
197
212
  ### texCoords
198
213
 
199
214
  • `set` **texCoords**(`value`): `void`
@@ -57,6 +57,7 @@
57
57
  - [mButtonDown](Longan.PerspectiveCameraMouse.md#mbuttondown-1)
58
58
  - [mButtonDownAndMove](Longan.PerspectiveCameraMouse.md#mbuttondownandmove-1)
59
59
  - [mButtonUp](Longan.PerspectiveCameraMouse.md#mbuttonup-1)
60
+ - [mouseWheel](Longan.PerspectiveCameraMouse.md#mousewheel-1)
60
61
  - [mouseWheelStop](Longan.PerspectiveCameraMouse.md#mousewheelstop)
61
62
  - [rButtonDown](Longan.PerspectiveCameraMouse.md#rbuttondown-1)
62
63
  - [rButtonDownAndMove](Longan.PerspectiveCameraMouse.md#rbuttondownandmove-1)
@@ -66,6 +67,7 @@
66
67
 
67
68
  - [enable](Longan.PerspectiveCameraMouse.md#enable)
68
69
  - [isBusyLocked](Longan.PerspectiveCameraMouse.md#isbusylocked)
70
+ - [isBusyLocked\_SmoothTransition](Longan.PerspectiveCameraMouse.md#isbusylocked_smoothtransition)
69
71
  - [lButtonSate](Longan.PerspectiveCameraMouse.md#lbuttonsate)
70
72
  - [viewer](Longan.PerspectiveCameraMouse.md#viewer)
71
73
 
@@ -510,6 +512,16 @@ ___
510
512
 
511
513
  ___
512
514
 
515
+ ### mouseWheel
516
+
517
+ ▪ `Static` **mouseWheel**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
518
+
519
+ #### Inherited from
520
+
521
+ [CameraMouse](Longan.CameraMouse.md).[mouseWheel](Longan.CameraMouse.md#mousewheel-1)
522
+
523
+ ___
524
+
513
525
  ### mouseWheelStop
514
526
 
515
527
  ▪ `Static` **mouseWheelStop**: [`List`](Longan.List.md)<(`cm`: [`CameraMouse`](Longan.CameraMouse.md), `e`: [`ViewerEvent`](Longan.LonganCore.ViewerEvent.md)) => `void`\>
@@ -596,6 +608,36 @@ CameraMouse.isBusyLocked
596
608
 
597
609
  ___
598
610
 
611
+ ### isBusyLocked\_SmoothTransition
612
+
613
+ • `get` **isBusyLocked_SmoothTransition**(): `boolean`
614
+
615
+ #### Returns
616
+
617
+ `boolean`
618
+
619
+ #### Inherited from
620
+
621
+ CameraMouse.isBusyLocked\_SmoothTransition
622
+
623
+ • `set` **isBusyLocked_SmoothTransition**(`value`): `void`
624
+
625
+ #### Parameters
626
+
627
+ | Name | Type |
628
+ | :------ | :------ |
629
+ | `value` | `boolean` |
630
+
631
+ #### Returns
632
+
633
+ `void`
634
+
635
+ #### Inherited from
636
+
637
+ CameraMouse.isBusyLocked\_SmoothTransition
638
+
639
+ ___
640
+
599
641
  ### lButtonSate
600
642
 
601
643
  • `get` **lButtonSate**(): `LButtonState`
@@ -25,6 +25,7 @@
25
25
  - [owner](Longan.Polyline.md#owner)
26
26
  - [points](Longan.Polyline.md#points)
27
27
  - [property](Longan.Polyline.md#property)
28
+ - [shellSize](Longan.Polyline.md#shellsize)
28
29
  - [typeName](Longan.Polyline.md#typename)
29
30
  - [volume](Longan.Polyline.md#volume)
30
31
 
@@ -149,6 +150,20 @@ Curve.property
149
150
 
150
151
  ___
151
152
 
153
+ ### shellSize
154
+
155
+ • `get` **shellSize**(): `any`
156
+
157
+ #### Returns
158
+
159
+ `any`
160
+
161
+ #### Inherited from
162
+
163
+ Curve.shellSize
164
+
165
+ ___
166
+
152
167
  ### typeName
153
168
 
154
169
  • `get` **typeName**(): `string`
@@ -27,6 +27,7 @@
27
27
  - [owner](Longan.Shell.md#owner)
28
28
  - [points](Longan.Shell.md#points)
29
29
  - [property](Longan.Shell.md#property)
30
+ - [shellSize](Longan.Shell.md#shellsize)
30
31
  - [texCoords](Longan.Shell.md#texcoords)
31
32
  - [typeName](Longan.Shell.md#typename)
32
33
  - [volume](Longan.Shell.md#volume)
@@ -198,6 +199,20 @@ Surface.property
198
199
 
199
200
  ___
200
201
 
202
+ ### shellSize
203
+
204
+ • `get` **shellSize**(): `any`
205
+
206
+ #### Returns
207
+
208
+ `any`
209
+
210
+ #### Inherited from
211
+
212
+ Surface.shellSize
213
+
214
+ ___
215
+
201
216
  ### texCoords
202
217
 
203
218
  • `set` **texCoords**(`value`): `void`
@@ -26,6 +26,7 @@
26
26
  - [normals](Longan.TriangularShell.md#normals)
27
27
  - [owner](Longan.TriangularShell.md#owner)
28
28
  - [property](Longan.TriangularShell.md#property)
29
+ - [shellSize](Longan.TriangularShell.md#shellsize)
29
30
  - [texCoords](Longan.TriangularShell.md#texcoords)
30
31
  - [typeName](Longan.TriangularShell.md#typename)
31
32
  - [volume](Longan.TriangularShell.md#volume)
@@ -182,6 +183,20 @@ Surface.property
182
183
 
183
184
  ___
184
185
 
186
+ ### shellSize
187
+
188
+ • `get` **shellSize**(): `any`
189
+
190
+ #### Returns
191
+
192
+ `any`
193
+
194
+ #### Inherited from
195
+
196
+ Surface.shellSize
197
+
198
+ ___
199
+
185
200
  ### texCoords
186
201
 
187
202
  • `set` **texCoords**(`value`): `void`
@@ -18,6 +18,7 @@
18
18
 
19
19
  - [collisionPanel](PanelManager.md#collisionpanel)
20
20
  - [drawingPanel](PanelManager.md#drawingpanel)
21
+ - [info](PanelManager.md#info)
21
22
  - [propertyPanel](PanelManager.md#propertypanel)
22
23
  - [setting](PanelManager.md#setting)
23
24
  - [snapshoot](PanelManager.md#snapshoot)
@@ -64,6 +65,16 @@ ___
64
65
 
65
66
  ___
66
67
 
68
+ ### info
69
+
70
+ • `get` **info**(): `default`
71
+
72
+ #### Returns
73
+
74
+ `default`
75
+
76
+ ___
77
+
67
78
  ### propertyPanel
68
79
 
69
80
  • `get` **propertyPanel**(): `default`