LineFeatureManager

类:线要素管理器

Methods

clearGlowEffect()

清空发光效果

getObjectDataById(id)

根据要素ID获取ObjectData,用于作为筛选条件

Parameters:
NameTypeDescription
idString

要素ID

Returns:
TypeDescription
Object

要素的ObjectData

removeGlowEffectById(ids)

根据ID移除发光效果

Parameters:
NameTypeDescription
idsArray

Object Ids.

setGlowEffectById(ids, opt)

根据ID列表设置构件、房间、外部构件的发光效果

Parameters:
NameTypeDescription
idsArray

构件、房间、外部构件ID列表

optObject

发光效果参数

typeString

发光效果类型,“body”为整体发光,“outline”为轮廓线发光,默认为“body”

colorGlodon.Web.Graphics.Color

发光效果颜色

intensityNumber

发光强度,取值范围[0,1],默认值为0.3

spreadNumber

扩散程度,取值范围[1,5],默认值为3