Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
PlotScanRadar.ConstructorOptions | optional Object describing initialization options | |||||||||||||||
options |
Object |
optional
Object with the following properties:
|
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rotate |
Property | Cartesian3 |
<optional> |
雷达旋转角度,单位是度 | |
show |
Property | boolean |
<optional> |
true | 是否显示 |
isFill |
Property | boolean |
<optional> |
true | 雷达是否显示填充 |
material |
MaterialProperty | Color |
<optional> |
Color.WHITE | 雷达包络填充色 |
isOutline |
Property | boolean |
<optional> |
false | 雷达是否显示网格线 |
outlineColor |
Property | Color |
<optional> |
Color.BLACK | 雷达网格线色 |
outlineWidth |
Property | number |
<optional> |
1.0 | 雷达网格线宽 |
isShowScan |
Property | boolean |
<optional> |
false | 是否显示扫描瓣 |
scanColor |
Property | Color |
<optional> |
Color.GREEN | 扫描体包络填充色 |
scanedColor |
Property | Color |
<optional> |
Color.GREEN | 包络扫描后的填充色 |
Methods
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description source
PlotScanRadar The object to be merged into this object.