[求助]在vba中实现polyline合并
<p>在cad中实现polyline可以用pedit命令 那在vba中呢</p><p>我想用ThisDrawing.SendCommand ("pe" & Chr(32) & "m" & Chr(32))的方法调用这个命令 但SendCommand只能接受字符串型的变量 怎么接受polyline对象呢? 我没什么办法了~~~~~~</p><p>大家帮帮忙~~~ 指点一下啊~~</p> <p>可以用handle接受的。或通过</p><p>newVertex(0) = x: newVertex(1) = y<br/>plineObj.AddVertex mm + 1, newVertex</p><p>一个一个增加下就是了</p>
页:
[1]