Change force tuple calculator result
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using StructureHelperCommon.Models.States;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces
|
||||
{
|
||||
public class ExtendedForceTupleCalculatorResult : IExtendedForceTupleCalculatorResult
|
||||
{
|
||||
public IStateCalcTermPair StateCalcTermPair { get; set; } = new StateCalcTermPair();
|
||||
public IForceTupleCalculatorResult ForcesTupleResult { get; set; }
|
||||
public bool IsValid { get; set; } = true;
|
||||
public string? Description { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user