二维矢量图形绘制系统的设计与开发.rar

  • 需要金币1000 个金币
  • 资料包括:完整论文
  • 转换比率:金钱 X 10=金币数量, 即1元=10金币
  • 论文格式:Word格式(*.doc)
  • 更新时间:2013-10-08
  • 论文字数:14426
  • 当前位置论文阅览室 > 毕业设计 > 信息与计算科学 >
  • 课题来源:(学大教育)提供原创文章

支付并下载

摘要:CAD即计算机辅助设计(CAD-Computer Aided Design) 利用计算机及其图形设备帮助设计人员进行设计工作。在工程和产品设计中,计算机可以帮助设计人员担负计算、信息存储和制图等工作。本程序是在Visual C++ 6.0平台上用MFC相关的GDI知识实现的一些二维图元,比如圆、正多边形、线段等基本图元对象的绘制。图元的撤销与恢复。另外使用CAD的基本技术如交互技术、图形变换技术等实现图元的编辑、旋转、放大、缩小等功能。通过图层管理功能实现某一图层上图元对象颜色、线型、线宽等特性的设定。本程序支持文档序列化,也支持文件关联。程序还支持位图的保存和读取。各种控件的自绘,如菜单、组合框等。

关键词:交互式,画图,工具,序列化,自绘

 

Abstract:CAD is Computer Aided Design which using computers and graphic devices to help designers to do design work. In engineering and product design, computers can help designers to responsible for computation, information storage and drawing works and so on. This program is in the Visual C++ 6.0 platform using the MFC related GDI knowledge to achieve a number of two-dimension primitive such as circle, regular polygon, line and other basic drawing primitive objects. Undo and restore primitive objects. Another use CAD fundamental technology such as interactive technology, graphic transform technology to achieve primitive objects' editing, rotate, zoom and other functions. Layers management function makes primitive object of a layer whose color, line type, line width and other attributes to be set. This program supports document serialization, also supports file association. This program supports saving or reading bitmaps. A variety of controls are custom-drawn such as menu, combo boxes and so on.

Keywords:  Interactive, Draw, Tool,Serialize,Custom draw

 

   二维矢量图形系统在应用上具有很强的广泛性,其系统的设计与开发涉及面向对象的软件开发思想及GDI绘制对象的程序设计方法。本课题目标是模仿AutoCAD界面及一些简单二维图元对象,建立简单的图元绘制并进行编辑修改等功能相关的工作。由于图元种类的多样性、图元对象操作的复杂性导致对图元数据的组织要求较高。本课题设计内容是设计一个交互式二维矢量的图元绘制系统。该课程设计具有较高的难度,工作量大,要求具备很好的MFC编程能力,熟练的数据结构基本技能等。