说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 自动标注
1)  automatic dimensioning
自动标注
1.
In this paper,an automatic dimensioning technique for surface roughness is developed using ObjectARX 2004TM and Microsoft foundation class (MFC) user interfaces of AutoCADTM.
介绍了在AutoCAD环境下基于ObjectARX 2004和微软基础类库(Microsoft Foundation Class,MFC)用户界面的表面粗糙度自动标注技术,它可像AutoCAD内部命令一样很方便地被使用,也可用于参数化设计。
2.
The program of automatic dimensioning tolerance is compiled with AutoLISP distributed in AutoCAD.
利用AutoCAD提供的AutoLISP语言编写了一个尺寸公差自动标注程序 ,应用该程序可自动检索以数据文件形式存贮的常用尺寸公差数值 ,实现尺寸公差的自动标
3.
Techniques on automatic dimensioning of 2D reinforcement detail drawings conforming to established standards are presented.
研究了钢筋图中钢筋的自动标注技术 。
2)  automatic marking
自动标注
1.
Realization of automatic marking of technical requirement in Auto CAD;
Auto CAD中技术要求自动标注的实现
2.
An automatic marking method of surface roughness based on placement information of entities in AutoCAD is put forward,and the detailed algorithm is given.
提出在AutoCAD环境下基于实体方位信息的表面粗糙度自动标注方法 ,并给出了详细的算法。
3)  automatic dimension
自动标注
1.
This paper discusses an automatic dimension algorithm for joint drawing in Steel Structure CAD system.
讨论钢结构设计中节点图的自动标注算法。
2.
In our system,automatic dimensionsof geometrical tolerances became realities.
基于图形的CADAD与数控的CAMAM,以及两者之间衔接过程CAPP实现方面的研究思想,采用AutoLISP开发语言,在AutoCAD环境中,开发了国标形位公差的自动标注以及形位公差数据库的维护等功能。
3.
An automatic dimension algorithm for joint drawing in steel structure CAD system is introduced in this pa-per.
文章介绍一种钢结构中节点图自动标注算法。
4)  automatic annotation
自动标注
1.
Research on Automatic Annotation of Image Semantics;
图像语义的自动标注方法研究
2.
The state-of-the-art of broadcasting news automatic annotation and retrieval progress were discussed and the related key techniques were analyzed;then an approach of multi-level automatic annotation frame for Mandarin broadcasting news and retrieval method based on that annotation frame were presented;the annotation attributes for .
在介绍了广播语音的自动标注与检索的研究概况并分析了其中涉及的关键技术基础上,提出了面向普通话广播语音的多层次自动标注框架以及基于多层次标注的语音检索方案,对文档层、句子层和词语层的标注属性进行了探讨,采用了递归标注方法对属性逐层细化,并讨论了对语音自动标注至关重要的语音识别引擎和语音流分割等问题。
3.
Moreover,the method can be extended to semi-automatic annotation,which provides users with a simple and convenient interface for annotation.
该方法的优点是可以根据以往的标注经验自动确定图像标注信息,克服了手工标注的缺点,也可以方便地扩展为半自动标注,为标注者提供了一个简单方便的标注接口。
5)  Auto-marking
自动标注
1.
The development of dimension in isometric drawing Auto-marking function;
正等轴测图尺寸自动标注功能开发
2.
The development of drawing Auto-marking and partial enlargement drawing Auto-formation function in Auto CAD;
Auto CAD中图形自动标注和局部放大自动形成功能的开发
6)  automatic mark and modification
自动标注和修改
1.
Based on the principle and formula of the size and tolerance of stamping die, the relevant implement on automatic mark and modification of the size and tolerance of cutting edge are presented with a friendly interactive interface.
根据冲裁模刃口尺寸及公差的确定原则和计算公式,提出了切实可行人机交互式的自动标注和修改冲裁模刀口尺寸及公差的方法。
补充资料:在AutoCAD中实现尺寸公差自动标注的探讨
用AutoCAD进行机械设计时,标注尺寸公差是设计人员经常遇到的一个问题。用Text命令手工标注,不仅速度慢,而且容易出错;通过对话框设定参数进行标注,每个不同的公差值都要设定一次。这些方法在标注时都需要翻阅手册,给设计者带来很大的不便。曾有一些标注公差的程序,使用效果并不很理想。笔者利用Autolisp语言编写了一个尺寸公差自动标注的程序。使用该程序进行公差标注不必翻阅手册,只需选择基本尺寸和公差带代号即可自动标注尺寸公差,可大大提高标注公差的速度。
  一、公差值数据存贮
  在标注公差过程中,对于一定的基本尺寸而言,能否根据基本尺寸大小、公差等级和基本偏差代号迅速查询出上、下偏差值,是实现公差自动标注的关键。为此,可将国标中常用的极限偏差以Data·txt为文件名保存在数据文件中。数据文件格式如下:
  f6       g6    h6    h7    
  ……
  (… -0.025 -0.041 -0.009 -0.025 0 -0.016 0 -0.025 …);dimt40~50mm (… -0.030 -0.049 -0.010 -0.029 0 -0.019 0 -0.030 …);dimt50~65mm
  (… -0.030 -0.049 -0.010 -0.029 0 -0.019 0 -0.030 …);dimt65~80mm (… -0.036 -0.058 -0.012 -0.034 0 -0.022 0 -0.035 …);dimt80~100mm
  ……
  第一行为公差带代号,实际文件中没有。若公差带代号为g6,基本尺寸为45mm,则其上偏差为-0.009mm,下偏差为-0.025mm。因查询函数是以字符位置获取上、下偏差的,所以公差数值表应整齐,否则获取的公差值将出错。
  二、基本尺寸的获取
  用Entget、Substr函数获取基本尺寸dimt、字高Txth及旋转角Angd,便于在标注公差时确定公差的字高、角度等参数。这里要注意,在尺寸标注前Dimaso应设定为off,否则取不到尺寸。对于基本尺寸前有R、r、Φ等符号时,应作特殊处理。对用“Text”命令标注的尺寸和用“Dimension”命令标注的尺寸,处理方法略有不同,详见源程序。
  三、公差数值的查询
  为自动查询出所需的公差数值,我们高设定了两个函数:首先用Record()函数检索出数据文件中符合基本尺寸(dimt)范围的数据行,用Read()函数将该行中所有公差值赋给相应的变量hi,以便将相应的公差值设置为上、下偏差。例如,当获取的基本尺寸为40mm、输入的公差带代号为h7时,Record()得到的数据行号为8,用Read()将该行上的公差数值全部赋给hi,则h29为上偏差,h30为下偏差值。相应的程序如下:
  (defun read (record fname)
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条