rotate |
Cartesian3
|
new MPoint3D(0,0,0)
|
optional
Radar rotation angle, in degrees
|
scanVAngle |
Number
|
30
|
optional
Vertical opening angle
|
scanHAngle |
Number
|
60
|
optional
Horizontal opening angle
|
cellAngle |
Number
|
5
|
optional
The angle of each cell
|
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
Radar Envelope Fill Color
|
outlineColor |
Color
|
new Color(1, 0, 0, 1)
|
optional
Radar grid line color
|
outlineWidth |
number
|
1.0
|
optional
Radar grid line width
|
isShowScan |
boolean
|
false
|
optional
Whether to display the scan lobe
|
scanConeColor |
Color
|
Color.GREEN
|
optional
Scanning volume envelope fill color
|
scanedColor |
Color
|
Color.GREEN
|
optional
Envelope fill color after envelope scanning
|