摘要:
AnyCAD2020+VS2012 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.L 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Beaver.Unfold.Core { /// <summary> /// 最大凹凸面 /// </sum 阅读全文
摘要:
CAD #region 照片提取 public ImageFormat GetFormat(string filename) { // If all else fails, let's create a PNG // (might also choose to throw an exception) 阅读全文
摘要:
C# CAD 参照块范围 画矩形 using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.DatabaseServices.Filters; 阅读全文