06 2023 档案

摘要:一,导入命名空间 二、使用事务处理 三、打开各种表 四、各种Get 五、定义图块、插入图块 一、导入命名空间 Imports AcApps = Autodesk.AutoCAD.ApplicationServices Imports Autodesk.AutoCAD.DatabaseServices 阅读全文
posted @ 2023-06-22 16:52 rf8862 阅读(320) 评论(0) 推荐(0) 编辑
摘要:用.net开发Autocad时,自己写的命令在Refedit中使用时, 工作集外被选中的物体也会被修改, 这时就先需要判断一个物体是否包含在当前工作集, 然后决定要不要对其进行修改。 原文链接:Résolu : How to check if entity is part of "Working S 阅读全文
posted @ 2023-06-22 11:54 rf8862 阅读(26) 评论(0) 推荐(0) 编辑
摘要:MOVE_AND_RESIZE Move and Resize With Anchor Cells (0) DONT_MOVE_DO_RESIZE Don't Move but do Resize With Anchor Cells (1) MOVE_DONT_RESIZE Move With Ce 阅读全文
posted @ 2023-06-19 00:58 rf8862 阅读(330) 评论(0) 推荐(0) 编辑
摘要:Private Sub DLG_Load(sender As Object, e As EventArgs) Handles Me.Load DataGridView1.GetType.InvokeMember("DoubleBuffered", System.Reflection.BindingF 阅读全文
posted @ 2023-06-18 21:18 rf8862 阅读(99) 评论(0) 推荐(0) 编辑
摘要:Private Sub DataGridView1_CellMouseClick(sender As Object, e As DataGridViewCellMouseEventArgs) Handles DataGridView1.CellMouseClick If DataGridView1( 阅读全文
posted @ 2023-06-12 22:42 rf8862 阅读(97) 评论(0) 推荐(0) 编辑
摘要:1、CAD命令:板块下料 2、命令面板 阅读全文
posted @ 2023-06-10 23:07 rf8862 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示