CADability
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...
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:  In the old Cadability this drawing is imported as a path and looks a lot better:  The...
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),...
Steps to reproduce: Select a path and run approximate https://github.com/user-attachments/assets/1ded3b30-0a83-43a8-bed5-e12e2731328c
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...
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...
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...
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...
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...