guliande 发表于 2010-7-8 15:26:00

[求助]如何判断形成的多线段是否封闭

<div class="h pbm="pbm"bbs">
<h1 class="ph"><a class="xg1" href="http://www.objectarx.net/forum.php?mod=post&amp;action=edit&amp;fid=5&amp;tid=4887&amp;pid=20316&amp;page=1&amp;from=home"></a>&nbsp;</h1></div>
<div class="mtw d="d"cl" id="blog_article">
<div class="pcb">
<div class="t_fsz">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="t_f" id="postmessage_20316">用pedit将多条线段 ,圆弧组织成多线段,怎么才能通过程序判读多线段是否封闭哪?</td></tr></tbody></table></div></div></div>

rongyifei 发表于 2010-7-8 20:38:00

<font face="Verdana">AcDbPolyline *pPLine;<br/>&nbsp;pPLine-&gt;isClosed();</font>

guliande 发表于 2010-7-9 09:30:00

<p>在此谢过飞兄!!</p>

oldenn 发表于 2013-7-11 01:36:16

AcDbPolyline *pPLine;
pPLine->isClosed();
学习了

286168051 发表于 2013-7-12 17:33:06

闭合 Adesk::kTure
页: [1]
查看完整版本: [求助]如何判断形成的多线段是否封闭