davidebazzi

Results 4 issues of davidebazzi

I found this situation where not all the curves near to e1 are returned. `Ellipse e1 = Ellipse.Construct();` `e1.SetArcPlaneCenterRadiusAngles(Plane.XYPlane, new GeoPoint(-2.6645352591003757E-15, -0.00061799183524513523, -1.4186852022952081E-11), 3.2542739087564954, 1.5707963267948966, 0.78526360536556272);` `Ellipse e2 = Ellipse.Construct();`...

question

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

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