Skip to content
Gerhard - SOFA edited this page Nov 3, 2020 · 10 revisions

CADability

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.

Test link to html file

CADability concepts

Clone this wiki locally