CADability icon indicating copy to clipboard operation
CADability copied to clipboard

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...

Results 38 CADability issues
Sort by recently updated
recently updated
newest added

Ich habe das Problem, dass wenn das zu verschneidende Element komplett im Schneidkörper liegt, dass dann das Objekt nicht verschnitten wird. Wie kann ich testen ob ein Bauteil komplett in...

The calculation of a convex hull will fail with the attached DXF file. [ConvexHullError.zip](https://github.com/SOFAgh/CADability/files/7872191/ConvexHullError.zip) Code: ``` var m = cadControl1.CadFrame.Project.GetActiveModel(); List curves = new List(m.AllObjects.Count); foreach (IGeoObject geo in m.AllObjects)...

bug

If habe been working on a reimplementation of PaintToOpenGL is the last couple of weeks. The first result can be seen in this [Branch](https://github.com/SOFAgh/CADability/tree/OpenGLRework/CADability) **Advantages** 1. Each instance has it's...

enhancement

Here's the case that to make a eccentric cone which can't make with a ruled surface. ![image](https://user-images.githubusercontent.com/771776/148583364-d7c48289-17f0-4fcc-9846-916d8d76017b.png)

After setting the edge color, the edge does not show the set color. ![image](https://user-images.githubusercontent.com/771776/148594807-1a7f0d05-6128-47dc-b384-a86916febe67.png)

STEP import is quite slow. Now many things during import can be done parallel. If the conditional compilation symbol "PARALLEL" is set, multiple threads are used when importing STEP files...

enhancement

Ideally, one should fix all the compile warnings. Especially all "obsolete" warnings in the CADabilty code base itself should be solved by shaping CADability legacy code into the desired patterns...

1. Create BlockRef via code 2. Export project to DXF file 3. Open DXF file again 4. BlockRef is missing Only line0 will be shown again. Code to create a...

bug

There were other BRep file formats CADability was able to import: IGES, OpenCascade BRep, Parasolid and ACIS. Now only step files can be imported. The solution would be an external...

to transfer

Fix properties explorer refresh bug. E.g. everytime a text is entered into the LengthProperty the caret is moved to the first position. The input is now scanned for double DecimalSeperators....

bug