From fcc76b3baaa5eb9c2b1096da479105582458b24d Mon Sep 17 00:00:00 2001 From: MP Date: Thu, 1 Aug 2024 10:07:45 +0200 Subject: [PATCH] :sparkles: soil as solid #1066 --- FemDesign.Core/Model/Model.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FemDesign.Core/Model/Model.cs b/FemDesign.Core/Model/Model.cs index b603f069..51661b04 100644 --- a/FemDesign.Core/Model/Model.cs +++ b/FemDesign.Core/Model/Model.cs @@ -46,6 +46,11 @@ public partial class Model public System.Guid Guid { get; set; } // guidtype [XmlAttribute("convertid")] public string ConvertId { get; set; } // guidtype + + // set the default value that does not have to be serialised + [XmlAttribute("soil_as_solid")] + public bool SoilAsSolid { get; set; } = false; + /// Calculation code [XmlAttribute("standard")] public string Standard { get; set; } // standardtype