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

@@ -28,5 +28,6 @@ namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces
/// Settings for calculating of stability fo compressed members
/// </summary>
ICompressedMember CompressedMember { get; set; }
bool CheckStrainLimit { get; set; }
}
}