说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 三维交互性仿真控制
1)  3D interactive simulation control
三维交互性仿真控制
2)  3D interactive control
三维交互控制
1.
Then the following were analyzed and realized:development of visual operating interface,3D interactive control and bottom data communication of running platform,design of system database management information,creation of equipments 3D models,working principle model,fault task model and operating procedure model of MEHIS and development of FDTS.
并对运行平台的可视化操作界面开发、三维交互控制和底层数据通信,系统数据库管理信息设计,一体化系统设备三维模型、工作原理模型、故障任务模型和操作工序模型的创建,以及训练系统开发进行了分析和实现,为大型武器系统故障诊断训练系统开发提供了方法和技术指导。
3)  Three-dimensional traffic simulation
三维交通仿真
4)  Interactive simulation
交互仿真
1.
Application of Interactive Simulation in Foot Orthosis;
交互仿真技术在足底矫形器设计中的应用
2.
3D movement interactive simulation of disk-cam mechanism of swinging roller follower based on OpenGL
基于OpenGL的摆动滚子从动件盘形凸轮机构三维运动交互仿真
3.
This paper introduces the basic functions about LabVIEW and Multisim,and how to use them for interactive simulation,tests the output characteristic curve of triodes with LabVIEW and Multisim.
介绍了LabVIEW与Multisim的基本功能和进行交互仿真的方法。
5)  nonlinear three dimentional emulation
非线性三维仿真
1.
The nonlinear three dimentional emulation of soft rock tunnel is achieved through the finite element analysis software Ansys 5 6 The deformation and creep characteristics of tunnel under engineering pressure are simulated According to the results of emulation, the simulation of reducing pressure is analysed, which is helpful to optimization of desig
6对软岩巷道进行非线性三维仿真 ,模拟了软岩巷道在工程力作用下的变形及蠕变特征。
6)  3D simulation
三维仿真
1.
Research on NC Programming and 3D Simulation System of Turning Worm;
转向蜗杆数控自动编程及三维仿真系统的研究
2.
Research on 3D Simulation Technology Application in Navigation-Aids Management;
三维仿真技术在航标管理中的应用研究
3.
The research and development of layout 3D simulation system;
布局三维仿真系统的研究与开发
补充资料:齿轮加工的三维动画仿真
本文结合了VB在计算与数据处理方面的优点与AutoCAD在精确绘图方面的优点,采用Visual Basic6.0驱动AutoCAD 2000实现了齿轮加工的三维动画仿真,有较强的实用性。文中介绍三维参数化建模以及三维动画仿真的实现步骤,具有一定的代表性。

一、引言


    齿轮加工动画仿真是齿轮设计中的重要环节,已有数篇关于该课题的文献。郭晓东采用基于AutoCAD环境的ObjectARX软件包,用C++语言在AutoCAD环境下实现了对锥齿轮切齿过程的仿真;罗庆生在3DSMAX环境中开发了齿轮机构工作动画;冯涓在CAD环境下,用AutoLisp语言建立了范成法加工齿轮的仿真演示程序。


    以上各种方法都有自己的特点,本文用VB对AutoCAD进行二次开发来实现齿轮加工的三维动画仿真,这是因为VB是目前最简捷的Windows软件开发工具兼程序设计语言,能对AutoCAD进行二次开发,可将AutoCAD当成自己程序中的一个图形窗口对其进行打开、绘图等操作,能十分方便地实现齿轮加工的动画仿真。


二、仿真程序流程图与窗体设计


    常见的齿轮加工方法有仿形法和范成法,范成法又包括齿轮插刀加工法、齿条插刀和齿轮滚刀加工法等。加工直齿圆柱齿轮的仿真程序流程,如图1所示。



图1 仿真程序流程图


    本程序只用一个窗体,用四个文本框接收输入参数:齿数Z、模数m、压力角α和变位系数x,用4个命令框控制子程序,1个命令框取消运行程序。该窗体运行结果如图2所示。



图2 仿真窗体


三、 仿真方法


1. 在VB中连接AutoCAD


    用VB控制AutoCAD,是通过VB的Object技术来控制AutoCAD的对象及其方法和属性的。VB6.0在调用AutoCAD 2000对象时,首先必须在VB中引用该对象库,方法是在VB的“Projects/Preferences”菜单中选择“AutoCADObjectLibrary”。


    程序设计伊始,需定义一个AutoCAD对象变量GearCAD,通过该变量可以访问AutoCAD的下级对象,定义方法为:Dim GearCAD As AcadApplication。然后在VB的窗体代码中添加如下代码,即可在程序运行时启动AutoCAD:


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