资 源 简 介
OpenS-CAD, a simple 2D CAD application
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 months when only working on it on and off in the evenings. So, what I have implemented so far is the basic framework and only the most basic tools, but it does demonstrate how a CAD application could be implemented.
文 件 列 表
Canvas
Canvas
Canvas.sln
Canvas.vssscc
MSSCCPRJ.SCC
test_1.cadxml
CommonTools
ColorPickerCtrl
ComboBox.cs
CommonTools.csproj
CommonTools.csproj.vspscc
CommonTools.sln
CommonTools.suo
DataBinding.cs
DropdownContainerControl.cs
Editors.cs
LabelRotate.cs
Line.cs
MSSCCPRJ.SCC
NameObject.cs
PropertyDialog
PropertyUtil.cs
RadioButton.cs
Tracing.cs
Util.cs