交互式CAD系统的设计与实现(图形编辑部分)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘   要
本次毕业设计的任务是利用VB开发交互式cad系统中的图形的编辑部分。设计具有交互绘图的功能。能实现鼠标绘图、图元选择和编辑,具备图形输出功能。实现交互式绘图过程涉及到图元的数学模型,数据管理、数据编辑等方面的知识和技巧。图元的选择编辑的重点放在了图元的平移和旋转。此外还设计了的启动窗口和窗口的显示。交互式cad技术在办公、绘图平面设计、工业设计等方面都有很多应用。
关键字: 交互式cad   图形的编辑   窗口
 
Abstract
This graduation project duty is develops in the interactive cad system the graph edition part. The design has the alternately cartography the function. Can realize the mouse cartography, a chart Yuan choice and the edition, has the graphical output function. Realizes the interactive cartography process to involve to the chart Yuan mathematical model, aspect the and so on data management, data edition knowledge and the skill. The chart Yuan choice edition key point has placed a chart Yuan translation and revolves. In addition also has designed start window and window demonstration. The interactive cad technology in aspect and so on work, cartography plane design, industrial design all has applies very much.
Key words: Interactive cad  graph edition  Window

绪论
   对于大多数人而言,“交互式cad技术”是一个熟悉而陌生的概念,为什么
这么说呢?因为您可能经常在使用这种技术,却没有意识到。什么是交互式cad
技术呢?打一个比方说;用鼠标在屏幕上画一条直线,选中它后,可以改变直线
段的方位和长度。这种技术绘图具有方便、直观、高效率等特点,在各种专业软
件、数据处理软件、AutoCAD、Flash、PowerPoint、Word等很很多软件里面都
有广泛的应用。
   在交互式系统中,不仅可以实现用鼠标绘图,还可以选择图元,并对选中的
图元进行修改、几何变换和删除等操作。为了实现这些功能,交互式CAD系统不
仅需要考虑图形的数学模型,还要在数据结构、内存管理等方面做出筹划。

本系统是一个关于交互式CAD的应用系统。
(1) 该系统应该在整体上实现绘制各种图元、编辑图元和显示编辑好的窗体
等模块。
(2)该系统中,图元数据需要保存起来,以便进行编辑操作。以合理的数据结构进行保存,可以在内存、系统安全性方面得到好处,从而提高程序的整体性能。







目  录
第1章 绪论        ……………………………………………………  5
第2章 可行性研究  …………………………………………………… 6
  2.1 问题定义 
  2.2 可行性分析
第3章 总体设计    …………………………………………………… 7
3.1 总体规划
3.2 开发环境和工具
3.3 软件介绍
(优秀毕业设计:www.2bysj.cn)
3.4系统实现和设计主要分以下几个步骤
第4章 具体设计    …………………………………………………… 8
  4.1具体设计的详细说明图 ………………………………………………9
  4.2 图元的编辑……………………………………………………………10
  4.3 图元的拾取与选择 ………………………………………………… 15
4.4 窗体的显示控制………………………………………………………19
第5章 心得体会    …………………………………………………… 20
参考资料        ……………………………………………………  21