Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
PlotMechanicalRadar.ConstructorOptions | optional Object describing initialization options | ||||||||||||||||
options |
Object |
optional
Object with the following properties:
|
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
show |
Property | boolean |
<optional> |
true | 是否显示 |
isFill |
Property | boolean |
<optional> |
true | 雷达是否显示填充 |
material |
MaterialProperty | Color |
<optional> |
Color.WHITE | 雷达包络填充色 |
isOutline |
Property | boolean |
<optional> |
false | 雷达是否显示网格线 |
outlineColor |
Property | Color |
<optional> |
Color.BLACK | 雷达网格线色 |
outlineWidth |
Property | Number |
<optional> |
1.0 | 雷达网格线宽 |
rotate |
Property | Cartesian3 |
<optional> |
雷达旋转角度,单位是度 | |
isShowScan |
Property | boolean |
<optional> |
false | 是否显示扫描瓣 |
scanCount |
Property | Number |
<optional> |
1.0 | 扫描瓣个数 |