Add option of strain control in force calculator
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user