using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IStation.Bimface { /// /// Rvt转换样式枚举 /// public enum eRvtTranslateStyle { /// /// 着色 /// Render = 0, /// /// 真实 /// Real = 1, } }