lixiaojun
2024-11-15 1aa330646ad9f88abc580e17d08d727a0ecaae48
Component/Yw.BIMFace.SDK.Core/01-request/RvtModelConfig.cs
@@ -10,23 +10,23 @@
        {
            //设置 null,在序列化的时候忽略该字段,不出现在序列化后的字符串中
            Texture = false;
            ViewName = "3D";
            DisplayLevel = "fine";
            ExportHiddenObjects = false;
            ExportSchedule = false;
            ExportViewImage = false;
            ViewImageDPI = "150";
            Language = "zh-CN";
            //ViewName = "3D";
            //DisplayLevel = "fine";
            //ExportHiddenObjects = false;
            //ExportSchedule = false;
            //ExportViewImage = false;
            //ViewImageDPI = "150";
            //Language = "zh-CN";
            ExportDwg = true;
            ExportDrawing = true;
            ExportPdf = null;
            //ExportDwg = true;
            //ExportDrawing = true;
            //ExportPdf = null;
            ExportDwgInstance = null;
            ExportSystemType = null;
            ExportProperties = null;
            Unit = null;
            ToBimtiles = null;
            //ExportDwgInstance = null;
            //ExportSystemType = null;
            //ExportProperties = null;
            //Unit = null;
            //ToBimtiles = null;
        }
        /// <summary>