Private Sub CommandButton1_Click()
Dim a As AcadText
Dim P1(2) As Double
Dim I As Integer,j as integer
I = 1
P1(0) = 0
P1(1) = 0
P1(2) = 0
Do While I 0
Set a = ThisDrawing.ModelSpace.AddText("F" & I & "-A" & j & "/4.2dBm" , P1, 3.5)
ThisDrawing.Application.Update
j=j-1
loop
I = I + 1
Loop
End Sub1。如何在每次CAD运行时就加载本程序。
2。如何利用鼠标在屏幕上拾取获得文字间距。
3。是否可以在复制的同时实现文字F1-F21的系列