Canguro.Analysis.StressHelper.getMinStress C# (CSharp) Method

getMinStress() public method

public getMinStress ( Model model ) : float
model Canguro.Model.Model
return float
        public float getMinStress(Model.Model model)
        {
            return model.UnitSystem.FromInternational(minStress, Canguro.Model.UnitSystem.Units.Stress);
        }