PilotGaea 3D O'view
Sample Code
正在準備搜尋索引...
window
ov
AddCustomSurfaceCircleProperty
介面 AddCustomSurfaceCircleProperty
新增自畫表面圓參數。
interface
AddCustomSurfaceCircleProperty
{
circle
:
{
center
:
Geo3DPoint
;
radius
?:
number
}
;
color
?:
`
#
${
string
}
`
;
detail
?:
number
;
opacity
?:
number
;
}
層級 (
查看層級一覽
)
window
.
ov
.
Property
AddCustomSurfaceCircleProperty
索引
屬性
circle
color?
detail?
opacity?
屬性
circle
circle
:
{
center
:
Geo3DPoint
;
radius
?:
number
}
圓參數。
類型宣告
center
:
Geo3DPoint
圓心幾何。
可選
radius
?:
number
圓的半徑,單位公尺。
預設值
1
複製
可選
color
color
?:
`
#
${
string
}
`
顏色。
預設值
"#0000FF"
複製
可選
detail
detail
?:
number
圓的邊數。
預設值
120
複製
可選
opacity
opacity
?:
number
不透明度。
預設值
1
複製
顯示設定
成員可見性
受保護
繼承
外部
配色
自動
淺色
深色
目錄
屬性
circle
color
detail
opacity
Sample Code
PilotGaea 3D O'view
載入中...
新增自畫表面圓參數。