明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 921|回复: 2

polyline ---->region 有问题

[复制链接]
发表于 2015-5-28 22:32:36 | 显示全部楼层 |阅读模式
  BlockTable bt = (BlockTable)tr.GetObject(db.BlockTableId, OpenMode.ForRead);
                        BlockTableRecord btr = (BlockTableRecord)tr.GetObject(bt[BlockTableRecord.ModelSpace], OpenMode.ForWrite);
                        Entity entity = tr.GetObject(entityID, OpenMode.ForWrite) as Entity;

                        //MgGeometry geometry = EntityToGeometryConverter.EntityToGeometry(entity);
                        Entity entity2 = tr.GetObject(entityID2, OpenMode.ForWrite) as Entity;

                        DBObjectCollection curveSegments = new DBObjectCollection();
                        curveSegments.Add(entity);

                        DBObjectCollection regions = Region.CreateFromCurves(curveSegments);  
                        Region region = regions[0] as Region;
polyline ---->region 有问题   大家帮助看下。
发表于 2015-5-29 09:00:32 | 显示全部楼层
需要“闭合”且不能自相交
 楼主| 发表于 2015-5-29 09:54:27 | 显示全部楼层
entity 是闭合的 polyline,不知道哪儿设置不对?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 11:37 , Processed in 0.168107 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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