高手请进,怎样得到这个实体呢
ThisDrawing.SendCommand "pline" & vbCr<BR> For i = 1 To 2000 Step 2<BR> If (Line4Point(i) = 0) Then<BR> Exit For<BR> End If<BR> ThisDrawing.SendCommand "" & Line4Point(i) & "," & Line4Point(i + 1) & vbCr<BR> Next如何得到我画出的这条线呢与其他实体求交点呢 和Lisp不同,VBA尽量不要用SendCommand方法,使用AddXXX函数绘制实体
http://www.vba.cn/object/acad2004/idh_addlightweightpolyline.htm <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt">我也是没办法的办法,请问,我想用<FONT face="Times New Roman">intPoints </FONT>数组画多义线,但只要前面一部分的,该如何去掉后面不要的部分呢?
页:
[1]