Skip to content

Commit

Permalink
Merge branch '939_ResultUnitTests' into 23.2.0_Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinczandrea committed Apr 18, 2024
2 parents 5f0c4d1 + c525a77 commit c424174
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions FemDesign.Core/FemDesignConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ public FemDesignConnection(
SetVerbosity(verbosity);
}




private void ProcessExited(object sender, EventArgs e)
{
this.HasExited = true;
Expand Down Expand Up @@ -302,9 +299,6 @@ public void RunAnalysis(Analysis analysis)

}




/// <summary>
/// Opens <paramref name="model"/> in FEM-Design and runs the analysis.
/// </summary>
Expand Down Expand Up @@ -389,7 +383,6 @@ public void RunDesign(CmdUserModule userModule, Design design, List<CmdDesignGro
this.ApplyDesignChanges();
}


/// <summary>
///
/// </summary>
Expand All @@ -405,9 +398,6 @@ public void ApplyDesignChanges()
this.RunScript(script, $"ApplyDesignChanges");
}




/// <summary>
/// Opens <paramref name="model"/> in FEM-Design and runs the design.
/// </summary>
Expand Down Expand Up @@ -438,7 +428,6 @@ public void EndSession()
this.RunScript(script, "EndSession");
}


/// <summary>
/// Retrieves the currently opened model with all available elements as a <see cref="Model"/> object.
/// </summary>
Expand Down Expand Up @@ -1053,9 +1042,6 @@ private static void _deleteFolderIfNotUsed(string folderPath)
// Check inputs
if (loadCaseCombNames != null && shapeIds != null)
{
if (loadCaseCombNames.Count != shapeIds.Count)
throw new ArgumentException("Count of load combination names must be the same as the number of the shape identifiers!");

foreach (var combo in loadCaseCombNames)
{
foreach (var id in shapeIds)
Expand Down

0 comments on commit c424174

Please sign in to comment.