06 2021 档案
摘要:1.在Test文件夹中增加新的Winform项目P1,并且进行前期的窗体调试; 注意需要把tlpMain设置为public: public System.Windows.Forms.TableLayoutPanel tlpMain; 2.在PressureVessel项目中链接P1; 修改P1项目代
阅读全文
摘要:Point3d pt1 = Autodesk.AutoCAD.Internal.Utils.UcsToDisplay(item.MinPoint, false); Point3d pt2 = Autodesk.AutoCAD.Internal.Utils.UcsToDisplay(item.MaxP
阅读全文