AnnotationManagerConfig
类:批注类的配置。
Constructor
new Glodon.Bimface.Plugins.Annotation.AnnotationManagerConfig();
Attributes
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
viewer | Object | null | 批注必须注册到一个具体的Viewer上,比如viewer3D |
lineWidth | Number | 3 | 线宽 |
lineColor | Color | new Glodon.Web.Graphics.Color(255,0,0,1) | 线的颜色 |
fillColor | Color | new Glodon.Web.Graphics.Color(255,255,255,0) | 填充颜色 |
fontFamily | String | Arial | 字体样式 |
fontSize | Number | 16 | 字体大小 |