Add option of strain control in force calculator

This commit is contained in:
ear
2025-10-08 19:19:42 +05:00
parent 292e7bac74
commit 8d4c788a7e
18 changed files with 39 additions and 14 deletions

View File

@@ -24,6 +24,8 @@ namespace DataAccess.DTOs
public IAccuracy Accuracy { get; set; }
[JsonProperty("CompressedMember")]
public ICompressedMember CompressedMember { get; set; } = new CompressedMemberDTO();
[JsonProperty("CheckStrainLimit")]
public bool CheckStrainLimit { get; set; } = true;
public ForceCalculatorInputDataDTO(Guid id)
{

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>