LimitCurveDiagram was repeired (didn't take into account constZ factor)
This commit is contained in:
@@ -157,6 +157,7 @@ namespace StructureHelper.Windows.CalculationWindows.CalculatorsViews.ForceCalcu
|
||||
{
|
||||
var factor = GetFactor(SurroundData.ConvertLogicEntity.ZForceType);
|
||||
SurroundData.ConstZ = value / factor;
|
||||
SurroundData.ConvertLogicEntity.ConstDirectionValue = SurroundData.ConstZ;
|
||||
OnPropertyChanged(nameof(ConstZ));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user