说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 三维交互控制
1)  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.
并对运行平台的可视化操作界面开发、三维交互控制和底层数据通信,系统数据库管理信息设计,一体化系统设备三维模型、工作原理模型、故障任务模型和操作工序模型的创建,以及训练系统开发进行了分析和实现,为大型武器系统故障诊断训练系统开发提供了方法和技术指导。
2)  3D interactive simulation control
三维交互性仿真控制
3)  3D-interaction
三维交互
1.
Study on 3D-interaction and analytical techniques for solid models of geological entities;
地质实体模型的三维交互与分析技术研究
2.
This paper introduces the general operations for 3D-interaction of the solid models of geological structures.
在三维地质构模问题已经基本解决的基础上,本文重点研究计算机虚拟环境下三维地质模型的可视化分析技术,并介绍在作者研发的三维地质建模及可视化系统中所应用到的具体实现技术,包括三维模型的几何变换、三维交互定位与空间属性查询、三维模型的剖切、虚拟钻探、基坑开挖、隧道生成与虚拟漫游等。
4)  3D interaction
三维交互
1.
It also supports the powerful 3D interaction such as drag- dropping,rotating and picking.
该方法同时提供了拖放、旋转等多种三维交互性操作,使医生能直观地获得对摆位误差的可视化判断,实现摆位误差测量时的"所见即所得"。
2.
The paper begins from current status of animation in multimedia courseware,and discusses the technology of 3D modeling,3D interaction,browse through 3D scene in internet-based courseware;publishing on internet.
从多媒体课件中动画媒体的应用现状出发,就网络课件中三维动画制作的三维建模、三维交互、三维场景浏览与网络发布等相关技术及进行了研究,给出了实现方法。
3.
For planning assembly path for its complicated part, it needs better 3D interaction environment and user interface to make interactive operation.
EAST装配仿真是典型的大型机械装置的装配仿真,规划其复杂几何部件的装配路径需要提供较好的用户界面和三维交互环境。
5)  D interaction
三维交互
1.
This paper aims at 3D interaction task analysis and construction, summarizes interaction tasks in 3D interaction field, presents the integration process from basic interaction tasks to universal interaction tasks in 3D/VR application, and finally constructs a core toolkit which can be widely used in 3D interaction field.
主要讨论了三维交互中交互任务的归纳描述和结构设计问题。
2.
A hierarchical model is presented based on current human computer interaction and 3D interaction especially.
针对当前人机交互特别是三维交互的现状基于分布式环境提出了一个分层的模型结构 ,分析了一般交互在各层中的基本行为 ,建立了与具体硬件设备无关的面向任务的事件模型 ,着重讨论了原始结构形成基本事件的方法 ,复合事件对基本事件的时间关系的整合以表达复杂的语义 。
6)  interactive control
交互控制
1.
Realizing interactive control of graphical display on web browser;
浏览器端图形显示交互控制的实现
2.
The Research of Interactive Control Method of Virtual Laboratory Base on VRML;
基于VRML的虚拟实验室交互控制方法研究
3.
Four systems including diagnosis control system,belief system,boundary system and interactive control system can be used to motivate employees in larger and complicated enterprises effectively.
大型而复杂的企业可以采用诊断控制系统 ,信念控制系统 ,边界系统 ,交互控制系统四种机制来有效激励企业员工 。
补充资料:齿轮加工的三维动画仿真
本文结合了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:


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