Add steel material saving
This commit is contained in:
@@ -4,8 +4,12 @@ using System.Text;
|
||||
|
||||
namespace StructureHelperCommon.Models.Materials.Libraries
|
||||
{
|
||||
internal interface ISteelMaterialLogicOption : IMaterialLogicOptions
|
||||
public interface ISteelMaterialLogicOption : IMaterialLogicOptions
|
||||
{
|
||||
double MaxPlasticStrainRatio { get; set; }
|
||||
double UlsFactor { get; set; }
|
||||
double SlsFactor { get; set; }
|
||||
double ThicknessFactor { get; set; }
|
||||
double WorkConditionFactor { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user