文件名称:OpenSCAD_src
- 所属分类:
- 绘图程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 233kb
- 下载次数:
- 0次
- 提 供 者:
- 翟**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Have you ever wondered how a 2D CAD application is designed and implemented? I have, so I decided to sit down and write one. Now implementing a fully functional 2D CAD is a tremendous task for a single person, and not something that can be completed in just a couple of month when only working on it on and off in the evenings. So what I have implemented so far is the basic fr a mework and only the most basic tools, but it does demonstrate how a CAD application could be implemented
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Canvas
......\Canvas
......\......\About.cs
......\......\About.Designer.cs
......\......\About.resx
......\......\bin
......\......\...\Debug
......\......\...\.....\Canvas.exe
......\......\...\.....\Canvas.vshost.exe
......\......\...\.....\CommonTools.dll
......\......\Canvas.csproj
......\......\CanvasCtrl
......\......\..........\Canvas.cs
......\......\..........\Canvas.Designer.cs
......\......\..........\Canvas.resx
......\......\..........\CanvasInterfaces.cs
......\......\DocumentForm.cs
......\......\DocumentForm.Designer.cs
......\......\DocumentForm.resx
......\......\DrawTools
......\......\.........\ArcCircle3PointTool.cs
......\......\.........\ArcCircleTool.cs
......\......\.........\DrawToolsUtils.cs
......\......\.........\LineTool.cs
......\......\.........\SnapPoints.cs
......\......\EditTools
......\......\.........\LineShrinkExtendEditTool.cs
......\......\.........\LinesMeetEditTool.cs
......\......\Layers
......\......\......\BackgroundLayer.cs
......\......\......\DrawingLayer.cs
......\......\......\GridLayer.cs
......\......\MainWin.cs
......\......\MainWin.Designer.cs
......\......\MainWin.resx
......\......\Model.cs
......\......\MSSCCPRJ.SCC
......\......\Options
......\......\.......\GridPage.cs
......\......\.......\GridPage.Designer.cs
......\......\.......\GridPage.resx
......\......\.......\LayersPage.cs
......\......\.......\LayersPage.Designer.cs
......\......\.......\LayersPage.resx
......\......\.......\OptionsConfig.cs
......\......\.......\OptionsDlg.cs
......\......\.......\OptionsDlg.Designer.cs
......\......\.......\OptionsDlg.resx
......\......\Program.cs
......\......\Properties
......\......\..........\AssemblyInfo.cs
......\......\..........\DataSources
......\......\..........\Resources.Designer.cs
......\......\..........\Resources.resx
......\......\..........\Settings.Designer.cs
......\......\..........\Settings.settings
......\......\Resources
......\......\.........\CursorCollection.cs
......\......\.........\hmove.cur
......\......\.........\Images.cs
......\......\Utils
......\......\.....\GDIWrapper.cs
......\......\.....\MenuItemCollection.cs
......\......\.....\SerializeUtil.cs
......\......\.....\Undo.cs
......\......\.....\Utils.cs
......\Canvas.sln
......\Canvas.vssscc
......\MSSCCPRJ.SCC
......\test_1.cadxml
CommonTools
...........\ColorPickerCtrl
...........\...............\ColorBar.cs
...........\...............\ColorPickerCtrl.cs
...........\...............\ColorPickerCtrl.Designer.cs
...........\...............\ColorPickerCtrl.resx
...........\...............\ColorPickerDialog.cs
...........\...............\ColorPickerDialog.Designer.cs
...........\...............\ColorPickerDialog.resx
...........\...............\ColorPickerTest.csproj
...........\...............\ColorTable.cs
...........\...............\ColorWheel.cs
...........\...............\ColorWheelCtrl.cs
...........\...............\ColorWheelCtrl.Designer.cs
...........\...............\ColorWheelCtrl.resx
...........\...............\EyedropColorPicker.cs
...........\...............\HSLColor.cs
...........\...............\Resources
...........\...............\.........\Images.cs
...........\ComboBox.cs
...........\CommonTools.csproj
...........\CommonTools.csproj.vspscc
...........\CommonTools.sln
...........\CommonTools.suo
......\Canvas
......\......\About.cs
......\......\About.Designer.cs
......\......\About.resx
......\......\bin
......\......\...\Debug
......\......\...\.....\Canvas.exe
......\......\...\.....\Canvas.vshost.exe
......\......\...\.....\CommonTools.dll
......\......\Canvas.csproj
......\......\CanvasCtrl
......\......\..........\Canvas.cs
......\......\..........\Canvas.Designer.cs
......\......\..........\Canvas.resx
......\......\..........\CanvasInterfaces.cs
......\......\DocumentForm.cs
......\......\DocumentForm.Designer.cs
......\......\DocumentForm.resx
......\......\DrawTools
......\......\.........\ArcCircle3PointTool.cs
......\......\.........\ArcCircleTool.cs
......\......\.........\DrawToolsUtils.cs
......\......\.........\LineTool.cs
......\......\.........\SnapPoints.cs
......\......\EditTools
......\......\.........\LineShrinkExtendEditTool.cs
......\......\.........\LinesMeetEditTool.cs
......\......\Layers
......\......\......\BackgroundLayer.cs
......\......\......\DrawingLayer.cs
......\......\......\GridLayer.cs
......\......\MainWin.cs
......\......\MainWin.Designer.cs
......\......\MainWin.resx
......\......\Model.cs
......\......\MSSCCPRJ.SCC
......\......\Options
......\......\.......\GridPage.cs
......\......\.......\GridPage.Designer.cs
......\......\.......\GridPage.resx
......\......\.......\LayersPage.cs
......\......\.......\LayersPage.Designer.cs
......\......\.......\LayersPage.resx
......\......\.......\OptionsConfig.cs
......\......\.......\OptionsDlg.cs
......\......\.......\OptionsDlg.Designer.cs
......\......\.......\OptionsDlg.resx
......\......\Program.cs
......\......\Properties
......\......\..........\AssemblyInfo.cs
......\......\..........\DataSources
......\......\..........\Resources.Designer.cs
......\......\..........\Resources.resx
......\......\..........\Settings.Designer.cs
......\......\..........\Settings.settings
......\......\Resources
......\......\.........\CursorCollection.cs
......\......\.........\hmove.cur
......\......\.........\Images.cs
......\......\Utils
......\......\.....\GDIWrapper.cs
......\......\.....\MenuItemCollection.cs
......\......\.....\SerializeUtil.cs
......\......\.....\Undo.cs
......\......\.....\Utils.cs
......\Canvas.sln
......\Canvas.vssscc
......\MSSCCPRJ.SCC
......\test_1.cadxml
CommonTools
...........\ColorPickerCtrl
...........\...............\ColorBar.cs
...........\...............\ColorPickerCtrl.cs
...........\...............\ColorPickerCtrl.Designer.cs
...........\...............\ColorPickerCtrl.resx
...........\...............\ColorPickerDialog.cs
...........\...............\ColorPickerDialog.Designer.cs
...........\...............\ColorPickerDialog.resx
...........\...............\ColorPickerTest.csproj
...........\...............\ColorTable.cs
...........\...............\ColorWheel.cs
...........\...............\ColorWheelCtrl.cs
...........\...............\ColorWheelCtrl.Designer.cs
...........\...............\ColorWheelCtrl.resx
...........\...............\EyedropColorPicker.cs
...........\...............\HSLColor.cs
...........\...............\Resources
...........\...............\.........\Images.cs
...........\ComboBox.cs
...........\CommonTools.csproj
...........\CommonTools.csproj.vspscc
...........\CommonTools.sln
...........\CommonTools.suo