CADability icon indicating copy to clipboard operation
CADability copied to clipboard

ToolsRoundIn.OnDone - objectPointSav is never assigned to

Open dsn27 opened this issue 8 months ago • 0 comments

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
  • Choose a different relevant point

https://github.com/FriendsOfCADability/CADability/blob/d8b0205bfef5c1bdafed78d2a4be047c3071ffc8/CADability/ToolsRoundIn.cs#L478-L494

dsn27 avatar Mar 16 '25 11:03 dsn27