PlotCustomRadar

自定义雷达 继承自PlotRadarBase. 通过局部坐标系下的点串构建的雷达

new SuperMap3D.PlotCustomRadar(options, scene)

Name Type Description
options Object 初始化雷达所需参数:
Name Type Default Description
point MPoint3D 雷达位置点
radii MPoint3D MPoint3D() optional 雷达半径
customPts Array.<MPoint3D> 构建填充面的局部坐标点串
slicePartitions Number 67 optional 水平切面点个数
stackPartitions Number 67 optional 竖直切面点个数
show boolean true optional 是否显示
fill boolean true optional 雷达是否显示填充
outline boolean false optional 雷达是否显示网格线
fillColor Color new Color(1, 0, 0, 0.5) optional 雷达包络填充色
outlineColor Color new Color(1, 0, 0, 1) optional 雷达网格线色
outlineWidth number 1.0 optional 雷达网格线宽
rotate MPoint3D MPoint3D() optional 雷达旋转角度,单位是度
scene Scene 当前三维场景

Members

customPts : Array.<MPoint3D>

雷达构建点集合

radii : MPoint3D

雷达半径
Default Value: MPoint3D(0,0,0)

Methods

clone(result)PlotCustomRadar

拷贝函数.
Name Type Description
result PlotCustomRadar optional 自定义雷达对象.
Returns:
拷贝得到的雷达对象.