AnnotationManagerConfig
类:批注管理器的配置
Constructor
new Glodon.Bimface.Plugins.Annotation.AnnotationManagerConfig()
构造批注管理器的配置
Members
| Name | Type | Description |
|---|---|---|
| fillColor | Glodon.Web.Graphics.Color | 填充颜色 |
| fontFamily | String | 字体样式 |
| fontSize | Number | 字体大小,默认值14 |
| lineColor | Glodon.Web.Graphics.Color | 线的颜色 |
| lineWidth | Number | 线宽,默认值3 |
| viewer | Glodon.Bimface.Viewer.Viewer3D | Glodon.Bimface.Viewer.ViewerDrawing | Glodon.Bimface.Viewer.ViewerDrawingSet | 批注必须注册到一个具体的Viewer上,比如Viewer3D |
| windowAdaption | Boolean | 是否进行窗口适应,用以在窗口大小变化时确保批注能够完整显示 |