随笔分类 -  Teigha.Net

CAD处理类
摘要:Teigha中实体旋转 代码: using (var trans = database.TransactionManager.StartTransaction()) { Entity ent = trans.GetObject(entityId, OpenMode.ForWrite) asEntit 阅读全文
posted @ 2020-01-17 14:55 C#爆破 阅读(3799) 评论(6) 推荐(1) 编辑
摘要:Polyline3d: 3D polyline的类型由PolyType属性存储, 它是由Poly3dType枚举定义的整数值。PolyType属性是一种绘制三维折线的近似方法 Polyline3d polyline = new Polyline3d(Poly3dType.SimplePoly, p3 阅读全文
posted @ 2019-12-20 17:13 C#爆破 阅读(1307) 评论(2) 推荐(0) 编辑