Members
-
fillColor : Color
-
填充包络颜色
-
Default Value:
new WebGLPlot.Color(1, 0, 0, 0.5)
-
雷达ID
-
Default Value:
uuid
-
是否显示填充包络
-
Default Value:
true
-
是否显示网格线
-
Default Value:
true
-
是否显示扫描瓣
-
Default Value:
true
-
material : Color
-
统一设置包络和网格线颜色
-
Default Value:
new WebGLPlot.Color(1, 0, 0, 0.5)
-
outlineColor : Color
-
网格线颜色
-
Default Value:
new WebGLPlot.Color(1, 0, 0, 1)
-
point : PlotPoint3D
-
雷达位置点
-
Default Value:
PlotPoint3D(0,0,0)
-
radii : PlotPoint3D
-
统一设置包络和网格线颜色
-
Default Value:
new PlotPoint3D(1, 1, 1)
-
rotate : PlotPoint3D
-
雷达旋转角度
-
Default Value:
PlotPoint3D(0,0,0)
-
是否显示
-
Default Value:
true
-
水平切分数
-
Default Value:
67
-
竖直切分数
-
Default Value:
67
Methods
-
释放资源
-
Json对象转特效对象
Name Type Description jsonObj
Object -
获取特效属性
Returns:
特效属性 -
Name Type Description options
Object optional Object with the following properties: Name Type Description point
PlotPoint3D optional 特效位置点 rotate
PlotPoint3D optional 特效旋转 scale
PlotPoint3D optional 特效缩放 visible
Boolean optional 特效显隐 -
特效对象转Json对象
Returns:
Json对象