DrawableContainerConfig
类:外部标签容器的配置项
Constructor
new Glodon.Bimface.Earth.Plugins.Drawable.DrawableContainerConfig()
构造外部标签容器配置项
Members
| Name | Type | Description |
|---|---|---|
| affectedBySection | Boolean | 标签是否会被剖切,默认为true |
| enableRender | Boolean | 是否渲染标签,默认为true。若标签数量过多,需要使用聚合标签功能,可以设置为false,可以有效提升性能。 |
| maxNum | Number | 标签最大的数量,默认为20 |
| viewer | Glodon.Bimface.Earth.Viewer.ViewerGIS | Viewer对象,必填项 |