using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IStation.Bimface { /// /// Dwg转换样式枚举 /// public enum eDwgTranslateStyle { /// /// 矢量图形 /// Vector=0, /// /// 图片 /// Picture=1, } }