Window of calcultion's property is added
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using LoaderCalculator.Data.Matrix;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace StructureHelperLogics.Models.Calculations.CalculationProperties
|
||||
{
|
||||
public interface IForceCombination
|
||||
{
|
||||
IForceMatrix ForceMatrix { get; }
|
||||
bool TakeInCalculate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user