Change field viewer
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
using StructureHelperCommon.Models.Forces;
|
||||
using StructureHelperLogics.Models.Materials;
|
||||
using StructureHelperLogics.NdmCalculations.Primitives;
|
||||
|
||||
namespace StructureHelperLogics.Models.CrossSections
|
||||
{
|
||||
/// <summary>
|
||||
/// Repository of members of cross-section
|
||||
/// </summary>
|
||||
public interface ICrossSectionRepository : ISaveable, IHasHeadMaterials, IHasForcesAndPrimitives, IHasCalculators
|
||||
{
|
||||
|
||||
IRepositoryOperationsLogic Operations { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user