Interactin diagram was added
This commit is contained in:
@@ -16,6 +16,10 @@ namespace StructureHelperTests.UnitTests.Calcuators
|
||||
var calculator = new LimitCurveCalculator(new StabLimitCurveLogic())
|
||||
{
|
||||
};
|
||||
calculator.SurroundData.XMax = xmax;
|
||||
calculator.SurroundData.XMin = -xmax;
|
||||
calculator.SurroundData.YMax = ymax;
|
||||
calculator.SurroundData.YMin = -ymax;
|
||||
//Act
|
||||
calculator.Run();
|
||||
var result = calculator.Result;
|
||||
|
||||
Reference in New Issue
Block a user