Skip to content

Commit

Permalink
✨ soil as solid
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Pellegrino committed Aug 1, 2024
1 parent f256077 commit fcc76b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FemDesign.Core/Model/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/// <summary>Calculation code</summary>
[XmlAttribute("standard")]
public string Standard { get; set; } // standardtype
Expand Down

0 comments on commit fcc76b3

Please sign in to comment.