From f11b97de38064525ca4bba2b417ade79fa4a9c4f Mon Sep 17 00:00:00 2001 From: Evgeny Redikultsev Date: Sat, 23 Mar 2024 20:27:37 +0500 Subject: [PATCH] Value point diagram was repaired --- .../UI/Resources/ButtonStyles.xaml | 4 +- .../UI/Resources/ItemEditPanels.xaml | 9 +- .../ForceResultLogic/DiagramFactory.cs | 10 +- .../IValuePointDiagramLogic.cs | 18 ++ .../InterpolateValuePointsLogic.cs | 86 +++++++++ .../ForceResultLogic/ShowDiagramLogic.cs | 2 +- .../ForceResultLogic/ShowProgressLogic.cs | 2 +- .../ShowValuePointDiagramLogic.cs | 171 ++++------------- .../ValuePointDiagramLogic.cs | 173 ++++++++++++++++++ .../ForcesResultsViewModel.cs | 39 +--- .../Forces/ValuePointsInterpolateView.xaml | 4 +- StructureHelper/Windows/Graphs/GraphView.xaml | 10 +- .../Windows/MainWindow/CrossSectionView.xaml | 71 +++---- .../AnalysisViewModelLogic.cs | 60 ++++-- 14 files changed, 428 insertions(+), 231 deletions(-) create mode 100644 StructureHelper/Windows/CalculationWindows/CalculatorsViews/ForceCalculatorViews/ForceResultLogic/IValuePointDiagramLogic.cs create mode 100644 StructureHelper/Windows/CalculationWindows/CalculatorsViews/ForceCalculatorViews/ForceResultLogic/InterpolateValuePointsLogic.cs create mode 100644 StructureHelper/Windows/CalculationWindows/CalculatorsViews/ForceCalculatorViews/ForceResultLogic/ValuePointDiagramLogic.cs diff --git a/StructureHelper/Infrastructure/UI/Resources/ButtonStyles.xaml b/StructureHelper/Infrastructure/UI/Resources/ButtonStyles.xaml index deaeb92..82cf364 100644 --- a/StructureHelper/Infrastructure/UI/Resources/ButtonStyles.xaml +++ b/StructureHelper/Infrastructure/UI/Resources/ButtonStyles.xaml @@ -55,7 +55,7 @@