All Projects → wangyao1052 → LitCAD

wangyao1052 / LitCAD

Licence: MIT license
A very simple CAD developed by C#.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to LitCAD

ErrorControlSystem
ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
Stars: ✭ 30 (-81.37%)
Mutual labels:  winform
flowwie-freecad
Flowwie's FreeCAD ressources for everybody to learn computer aided design with the Open Source CAD software FreeCAD.
Stars: ✭ 214 (+32.92%)
Mutual labels:  cad
noflo-cad
CAD solid modelling components for NoFlo
Stars: ✭ 19 (-88.2%)
Mutual labels:  cad
chegg-solutions-saver
Because Chegg only gave few days to access their solutions for free when I rent their books so I decided to create a web crawler to save all the needed solutions offline.
Stars: ✭ 27 (-83.23%)
Mutual labels:  winform
pykicad
Library for working with KiCAD file formats
Stars: ✭ 46 (-71.43%)
Mutual labels:  cad
kwig
KIWG is a WYSIWYG editor for WinForm based on summernote.
Stars: ✭ 36 (-77.64%)
Mutual labels:  winform
spydrnet
A flexible framework for analyzing and transforming FPGA netlists. Official repository.
Stars: ✭ 49 (-69.57%)
Mutual labels:  cad
ConstructiveGeometry.jl
Algorithms and syntax for building CSG objects within Julia.
Stars: ✭ 27 (-83.23%)
Mutual labels:  cad
rhioCAD
CAD, based on OpenCascade. parametric, parametric 3D modeler. Fork of NaroCAD.
Stars: ✭ 42 (-73.91%)
Mutual labels:  cad
SZTElectronicInvoice
深圳通充值发票手动、自动批量下载程序【代码仅供学习,请勿非法使用,违者一概不负责任】
Stars: ✭ 17 (-89.44%)
Mutual labels:  winform
foxtrot
A fast, experimental STEP file viewer
Stars: ✭ 151 (-6.21%)
Mutual labels:  cad
cadnano2
Cadnano2
Stars: ✭ 23 (-85.71%)
Mutual labels:  cad
CadZinho
Minimalist computer aided design (CAD) software
Stars: ✭ 75 (-53.42%)
Mutual labels:  cad
Limbo
Library for VLSI CAD Design Useful parsers and solvers' api are implemented.
Stars: ✭ 84 (-47.83%)
Mutual labels:  cad
curve cad
Blender Addon: Bezier Curve CAD Tools for CNC Milling & Laser Cutting
Stars: ✭ 107 (-33.54%)
Mutual labels:  cad
ruststep
A STEP toolkit for Rust
Stars: ✭ 77 (-52.17%)
Mutual labels:  cad
RabbitMQDemo
🌵 基于EasyNetQ操作RabbitMQ的Demo项目
Stars: ✭ 75 (-53.42%)
Mutual labels:  winform
MidcurveNN
Computation of Midcurve of Thin Polygons using Neural Networks
Stars: ✭ 19 (-88.2%)
Mutual labels:  cad
FC-Docker
Project to run FreeCAD in a cloud environment accessible via a web browser in a cloud environment.
Stars: ✭ 40 (-75.16%)
Mutual labels:  cad
JScad2d
Javascript Library for CAD 2D drawing from json file
Stars: ✭ 25 (-84.47%)
Mutual labels:  cad

LitCAD

LitCAD is a very simple 2D CAD drawing application developed by C#.

LitCAD是使用C#开发的,一款非常简单的二维CAD绘图程序。

cover

LitCAD is free software; you can redistribute it and/or modify it under the terms of the MIT License.

LitCAD是自由软件,你可以在遵守 MIT 协议下再分发或修改该软件。

Building 编译

Download the source code and open ./src/LitCAD.sln by Visual Studio 2010, then you can directly compile and build this project.

下载源码,然后使用VS2010 打开解决方案:./src/LitCAD.sln,直接编译即可。

Main Features 主要特征

  • Supports entities: line, xline, ray, polyline, cirlce, arc, text.

    支持多种图元:线段、构造线、射线、多段线、圆、圆弧、文字。

  • Zoom and pan.

    缩放和平移视图。

  • Layer。

    支持图层。

  • Grip points.

    图元支持夹点,并且可以通过移动夹点来修改图元。

  • Snap.

    捕捉。目前支持的捕捉类型有:端点、中点、中心点、象限点。

  • Basic editing tools: delete, copy, mirror, offset, move.

    基本的编辑操作:删除、复制、镜像、偏移、移动。

  • Undo and Redo.

    撤销和重做。

  • Multiple Ways For Object Selection: Pick Single、Window、Cross.

    支持点选和框选来选择图元。

  • Open and Save *.litcad file.

    支持打开和保存为 *.litcad 文件。

Entities supported 支持的图元

  • line 线段
  • xline 构造线
  • ray 射线
  • polyline 多段线
  • circle 圆
  • arc 圆弧
  • text 文字

LICENSE

This project is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].