options |
Object
|
The parameters required to initialize the radar:
Name |
Type |
Default |
Description |
point |
Cartesian3
|
|
Radar position point
|
cellAngle |
Number
|
5
|
optional
Horizontal opening angle of each cell
|
radii |
Cartesian3
|
|
optional
Radar radius
|
show |
boolean
|
true
|
optional
Whether to show
|
isFill |
boolean
|
true
|
optional
Does the radar show fill?
|
isOutline |
boolean
|
false
|
optional
Does the radar show gridlines?
|
fillColor |
Color
|
new Color(1, 0, 0, 0.5)
|
optional
Fill color of radar envelope
|
outlineColor |
Color
|
new Color(1, 0, 0, 1)
|
optional
Line color of radar grid
|
outlineWidth |
Number
|
1.0
|
optional
Line width of radar grid
|
rotate |
Cartesian3
|
new MPoint3D(0,0,0)
|
optional
Radar rotation angle, in degrees
|
scanColor |
Color
|
new Color(1, 0, 0, 0.8)
|
optional
Radar scan lobe color
|
isShowScan |
boolean
|
false
|
optional
Whether to display the scan lobe
|
scanCount |
Number
|
1.0
|
optional
Number of scanning lobes
|
|