LineFeatureManager
类:线要素管理器
Methods
clearGlowEffect()
清空发光效果
getObjectDataById(id)
根据要素ID获取ObjectData,用于作为筛选条件
Parameters:
Name | Type | Description |
---|---|---|
id | String | 要素ID |
Returns:
Type | Description |
---|---|
Object | 要素的ObjectData |
removeGlowEffectById(ids)
根据ID移除发光效果
Parameters:
Name | Type | Description |
---|---|---|
ids | Array | Object Ids. |
setGlowEffectById(ids, opt)
根据ID列表设置构件、房间、外部构件的发光效果
Parameters:
Name | Type | Description |
---|---|---|
ids | Array | 构件、房间、外部构件ID列表 |
opt | Object | 发光效果参数 |