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

Solution for #173

The attached spline is not imported correctly. [2 final_neu.zip](https://github.com/user-attachments/files/16547883/2.final_neu.zip) Result now: ![grafik](https://github.com/user-attachments/assets/4dedf400-c545-4807-ab2b-d852973d1cd1) In the old Cadability this drawing is imported as a path and looks a lot better: ![grafik](https://github.com/user-attachments/assets/03a995ea-b8eb-4db1-9625-5172036a4b1c) The...

bug

When an arc of the border will disappear for the computed offset there is an exception. Code to reproduce the bug: `CADability.Shapes.BorderBuilder bb = new CADability.Shapes.BorderBuilder();` `bb.AddSegment(new Line2D(new GeoPoint2D(2, 0),...

bug

Steps to reproduce: Select a path and run approximate https://github.com/user-attachments/assets/1ded3b30-0a83-43a8-bed5-e12e2731328c

bug

We are planning the next major version of CADability and would love to gather ideas for improvements, new features, and necessary refactorings. This issue serves as a central place for...

📢 announcement

Warning CS0618: 'IVisualizerObjectProvider.GetObject()' is obsolete: 'This method uses binary serialization which is no longer supported, please use IVisualizerObjectProvider3.GetObject instead.' We should take a look at this warning. Would be nice...

enhancement

I have the requirement to filter out some of the initial possible choices. This is not yet possible neither with the [values from the resources](https://github.com/FriendsOfCADability/CADability/blob/d8b0205bfef5c1bdafed78d2a4be047c3071ffc8/CADability/ConstructAction.cs#L3763) neither with the [directValues](https://github.com/FriendsOfCADability/CADability/blob/d8b0205bfef5c1bdafed78d2a4be047c3071ffc8/CADability/ConstructAction.cs#L3764) these...

enhancement

If an action as a GeoObjectInput and a MultipleChoiceInput, when the GeoObjectInput is selected it reacts to the mouse move events. If the user selects the MultipleChoiceInput, that can't reacts...

CS0469 - Field 'ToolsRoundIn.objectPointSav' is never assigned to, and will always have its default value The code needs to fixed. - Remove dependency on objectPointSave - Assign value to objectPointSave...

bug

MText import and export is currently broken under netDXF. In an AutoCAD MText entity, the line break is represented by `\P`. In ImportDXF.cs, the MText value is being retrieved with...