PilotGaea 3D O'view
Sample Code
正在準備搜尋索引...
window
ov
AddCustomPointProperty
介面 AddCustomPointProperty
新增自畫點參數。
interface
AddCustomPointProperty
{
point
:
Geo3DPoint
;
color
?:
`
#
${
string
}
`
;
opacity
?:
number
;
size
?:
number
;
absHeight
?:
boolean
;
pointTexture
?:
string
;
}
層級 (
查看層級一覽
)
window
.
ov
.
Property
AddCustomPointProperty
索引
屬性
point
color?
opacity?
size?
abs
Height?
point
Texture?
屬性
point
point
:
Geo3DPoint
點幾何。
可選
color
color
?:
`
#
${
string
}
`
顏色。
預設值
"#0000FF"
複製
可選
opacity
opacity
?:
number
不透明度。
預設值
1
複製
可選
size
size
?:
number
點的大小。
預設值
3
複製
可選
abs
Height
absHeight
?:
boolean
是否為絕對高。
預設值
false
複製
可選
point
Texture
pointTexture
?:
string
圖片來源。
顯示設定
成員可見性
受保護
繼承
外部
配色
自動
淺色
深色
目錄
屬性
point
color
opacity
size
abs
Height
point
Texture
Sample Code
PilotGaea 3D O'view
載入中...
新增自畫點參數。