明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1383|回复: 2

由多边型选择时,怎么有时候是空的呢?有时候可以

[复制链接]
发表于 2006-5-1 11:43:00 | 显示全部楼层 |阅读模式

由多边型选择时,怎么有时候是空的呢?

有时候是空,再重复一边又不是空的

这是为什么????/

发表于 2006-5-3 15:14:00 | 显示全部楼层

看看你的代码?

 楼主| 发表于 2006-5-5 18:19:00 | 显示全部楼层

代码: 

PlshuZu = Plbound.Coordinates
 Dim SelectMaph As AcadSelectionSet
            
             ThisDrawing.SelectionSets("selectmapfull").Delete
             Set SelectMaph = ThisDrawing.SelectionSets.Add("selectmapfull")
             ThisDrawing.SelectionSets("selectmapfull").Clear
             SelectMaph.Clear
             '************************************
                boundPLIn = BoundPl(i).Offset(-0.05)
              If boundPLIn(0).Area > BoundPl(i).Area Then
                boundPLIn(0).Delete
                boundPLIn = BoundPl(i).Offset(0.05)
               End If

             '**************************************
             SelectMaph.Update
             SelectMaph.SelectByPolygon acSelectionSetCrossingPolygon, boundPLIn(0).Coordinates
             SelectMaph.Update
             boundPLIn(0).Delete
            ReDim boundPLIn(0 To 0) As AcadEntity
            Set boundPLIn(0) = BoundPl(i)
             SelectMaph.AddItems boundPLIn
             SelectMaph.Update
         Bpoint(0) = PlshuZu(i * 2): Bpoint(1) = PlshuZu(i * 2 + 1)
         Ang = PL_infor(i, 0)
        
         Call MakeStretch.Copy_Move_rotate(BoundPl(i), SelectMaph, Bpoint, Mpoint, Ang)

还有个问题:我用extrim裁剪时有时候出现:”未找到多段线复制端点“或“对象未与边相交” 是什么意思?

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-27 04:17 , Processed in 0.172142 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表