只需一步,快速开始
使用道具 举报
90组码
Sub tt()On Error Resume Next
Dim ss As AcadSelectionSetThisDrawing.SelectionSets("Test").DeleteSet ss = ThisDrawing.SelectionSets.Add("Test")
Dim ft(1) As Integer, fd(1)
ft(0) = 0: fd(0) = "LWPOLYLINE"ft(1) = 90: fd(1) = 3
ss.Select acSelectionSetAll, , , ft, fdMsgBox ss.CountEnd Sub
多谢版主。LWPolyline 这样是可以了,但其它的多义线用90组码不行啊。
似乎只有LWPolyline可以
二维(旧格式)、三维多义线的顶点是子实体,Dxf数据没有保存在多义线上
你可以看下Dxf帮助
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 ) ©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途
GMT+8, 2024-11-25 10:04 , Processed in 0.181954 second(s), 24 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.