Skip to content

Commit

Permalink
Load_cases_of_moving_load
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Pellegrino committed Oct 25, 2024
1 parent 61ae572 commit 19328b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FemDesign.Core/Loads/Load groups/LoadGroupTemporary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ public double Psi2
[XmlAttribute("simultaneous")]
public bool Simultaneous { get; set; } = false;

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("load_cases_of_moving_load")]
public System.Collections.Generic.List<Temporary_load_groupLoad_cases_of_moving_load> Load_cases_of_moving_load { get; set; }

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("subgroup")]
public System.Collections.Generic.List<Load_subgroup> Subgroup { get; set; }

/// parameterless constructor for serialization///
public LoadGroupTemporary() { }

Expand Down

0 comments on commit 19328b4

Please sign in to comment.