说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 炸点坐标
1)  coordinate of projectile exploding position
炸点坐标
1.
Aiming at the request of the shooting range, applying the technology of photogrammetry, a new method to measure the coordinate of projectile exploding position relative to the target by square array CCD is introduced.
阐述了面阵CCD摄像测量炸点坐标的工作原理以及图像处理的步骤。
2)  Explosive target
炸点目标
3)  end point coordinate
终点坐标
4)  coordinates of points
点的坐标
1.
The method is firstly used to find the coordinates of points by AutoCAD drawing software, and then to compile processing program by the application software compiled with VB6.
该编程法首先用AutoCAD求关键点的坐标,然后用VB6编写的应用软件编程。
5)  orignin coordinates
原点坐标
6)  base-point coordinate
基点坐标
1.
However, calculation may be greatly simplified by using CAD for drawing and query for base-point coordinate.
数控手工编程中的数学处理,通常有尺寸的求解和基点(或节点)坐标的求解,基点坐标的求解方法有作图计算法(也称几何作图法)、代数计算法、平面几何计算法、三角函数计算法和平面解析几何计算法等。
补充资料:根据excel坐标画点和文字的方法
如果您不会写lisp代码,不想用工具软件,那么利用excel和word也能做,也很简单
假设表中A列为序号,B.C列为坐标,根据坐标画点,并在坐标右上角写序号文字


1.在D1中输入公式:="point "&B2&","&C2
point是画点命令,b2.c2就是坐标


  在E1中输入公式:="text "&B1+2&","&C1+2&" 5 0 "&A1
text是文字命令,b1+2.c2+2是确定文字坐标,5是文字高度,0是旋转0度,a1是文字内容



2.句柄填充单元格,复制D.E列




3.打开word,选择性粘贴,选择无格式文本,用替换法为每行增加一个回车符,全选,复制




4.在acad中点选文本窗口的命令行,按ctrl+V粘贴



补充:在第3步时为每一行加一个回车符是为了要终止文字命令,画其他曲线时不需要加回车符

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条