options |
Object
|
The parameters required to initialize the radar:
Name |
Type |
Default |
Description |
point |
Cartesian3
|
|
Radar position point
|
customPts |
Array
|
|
Constructing Polygon Point String of Radar (2D Point String)
|
slicePartitions |
Number
|
67
|
optional
Number of points on the horizontal cross-section plane
|
rotateAngle |
Number
|
360
|
optional
Radar cross section rotation angle
|
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
|
rotate |
Cartesian3
|
new MPoint3D()
|
optional
Radar rotation angle, in degrees
|
scanColor |
Color
|
new Color(1, 0, 0, 0.5)
|
optional
Radar scanning lobe line color
|
isShowScan |
boolean
|
false
|
optional
Whether to display the scan valve
|
scanCount |
Number
|
1
|
optional
Number of scanning lobes
|
|