happydpc / CADability

CADability is a pure .net class library for modeling and analyzing 3d data, both with your code and interactively. It comes with an optional Windows.Forms user interface, which can be adopted to other environments. It does not refer to other 3d modeling libraries. For data exchange you can use STEP, STL or DXF files.

Home Page:https://sofagh.github.io/CADability/CADabilityDoc/articles/general.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CADability

CADability is a .NET class library and a .NET application that implements a 3d CAD system. You can use this library with or without user interface.

Some of the features you might be interested in are:

  • Analyze all data (geometrical entities, attributes) of the CAD model.
  • Data exchange with many CAD databases or file formats (STEP, DWG, DXF, STL)
  • Extensible data model and user interface.
  • Simple Windows.Forms.Control to display the CAD model and integrate it in your application.
  • User interface to interact with the geometric data, select objects, show and modify their properties, do 3d modeling.
  • Parametrics to modify features of solids

The CADability solution is composed of two class libraries and an application:

  • CADability, a dll, which contains all the classes of the geometrical objects, the action classes, the geometrical calculations and algorithms (e.g. 3d modeling), the structure (but not the graphical implementation) of the user interface and some organizational classes.
  • CADability.Forms, a dll, which contains the graphical implementation of the user interface based on Windows.Forms and the connection to the windows platform.
  • CADability.App, an exe, which is a very thin container of CADability.Forms

For your first experience you can simply build and start the solution and try to draw or construct 3d objects. Typically you will replace the CADability.App by your own application or use only the CADability.dll to analyze or compose 3d models.

Here is a quick overview of the organizational classes.

This is an overview of the CAD database, the geometrical entities that make up a model.

And this is the complete table of contents.

License: CADability uses some open source code copied into it source code:

  • a quite old version of Wintellect.PowerCollections: Copyright (c) 2004-2005, Wintellect
  • netDxf library: Copyright (C) 2009-2016 Daniel Carvajal (haplokuon@gmail.com)

CADability uses MathNet: http://github.com/mathnet/mathnet-numerics

CADability itself is provided under the MIT license

About

CADability is a pure .net class library for modeling and analyzing 3d data, both with your code and interactively. It comes with an optional Windows.Forms user interface, which can be adopted to other environments. It does not refer to other 3d modeling libraries. For data exchange you can use STEP, STL or DXF files.

https://sofagh.github.io/CADability/CADabilityDoc/articles/general.html

License:MIT License


Languages

Language:C# 100.0%